UNPKG

@chakra-ui/react

Version:

Responsive and accessible React UI components built with React and Emotion

8 lines (7 loc) 568 B
import { type DownloadTriggerBaseProps } from "@ark-ui/react/download-trigger"; import { type HTMLChakraProps } from "../../styled-system"; export interface DownloadTriggerProps extends HTMLChakraProps<"button">, DownloadTriggerBaseProps { } export declare const DownloadTrigger: import("react").ForwardRefExoticComponent<DownloadTriggerProps & import("react").RefAttributes<HTMLButtonElement>>; export { useDownload } from "@ark-ui/react/download-trigger"; export type { DownloadableData, UseDownloadProps, UseDownloadReturn, } from "@ark-ui/react/download-trigger";