Props

interface IProps {
    children: ReactNode;
}

Properties

Properties

children: ReactNode