Interface ContentProps

interface ContentProps {
    children?: ReactNode;
}

Properties

Properties

children?: ReactNode