interface IProps {
    children: ReactNode;
    onClick: () => void;
}

Properties

Properties

children: ReactNode
onClick: () => void