Interface IProps

    Props

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

    Properties

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

    Type declaration

      • (): void
      • Returns void

    Generated using TypeDoc and TypeDoc Airthium Plugin