interface ClientOnlyProps {
    children: ReactNode;
}

Properties

Properties

children: ReactNode