UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

5 lines (4 loc) 131 B
declare function copy(text: string, config?: { format?: 'text/plain' | 'text/html'; }): Promise<boolean>; export default copy;