Represents a component that handles server-side rendering (SSR) and client-side rendering (CSR) conditionally.

Hierarchy (View Summary)

  • dayjs<INoSsrProps, State>
    • NoSsr

Constructors

Properties

Constructors

  • Parameters

    • props: INoSsrProps

    Returns NoSsr

Properties

componentDidMount: () => void
render: () => Element

Renders the content based on the current state.

Type declaration

    • (): Element
    • Returns Element

      The rendered content.