Hex Core JS
    Preparing search index...

    Type Alias FileExportButtonProps

    FileExportButtonProps: Omit<ButtonProps, "onClick"> & {
        name?: string;
        url: string;
    } & Partial<ClassNameProps & StyleProps & ChildrenProps>

    Type Declaration

    • Optionalname?: string

      Name of the file (for the download).

    • url: string

      The URL of the file to download.