Interface IProps

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

    Properties

    Properties

    children: ReactNode
    onClick: (() => void)

    Type declaration

      • (): void
      • Returns void

    Generated using TypeDoc and TypeDoc Airthium Plugin