Interface IProps

    Props

    interface IProps {
        children?: ReactNode;
        disabled?: boolean;
        loading?: boolean;
        onCancel: (() => void);
    }

    Properties

    children?: ReactNode
    disabled?: boolean
    loading?: boolean
    onCancel: (() => void)

    Type declaration

      • (): void
      • Returns void

    Generated using TypeDoc and TypeDoc Airthium Plugin