UNPKG

@cainiaofe/cn-ui-m

Version:
7 lines (6 loc) 185 B
import React from 'react'; import type { CnDownloadProps } from './types'; export declare const CnDownload: { (props: CnDownloadProps): React.ReactNode; displayName: string; };