UNPKG

@cainiaofe/cn-ui-m

Version:
10 lines (9 loc) 272 B
/// <reference types="react" /> import type { CnDownloadProps } from './types'; import './index.scss'; declare const CnDownload: { (props: CnDownloadProps): import("react").ReactNode; displayName: string; }; export { CnDownload }; export type { CnDownloadProps };