Interface IProps

    Props

    interface IProps {
        children: ReactNode;
    }

    Properties

    Properties

    children: ReactNode

    Generated using TypeDoc and TypeDoc Airthium Plugin