Interface IProps

    Props

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

    Properties

    children?: ReactNode
    className?: string
    onClick: (() => void)

    Type declaration

      • (): void
      • Returns void

    Generated using TypeDoc and TypeDoc Airthium Plugin