4 lines
209 B
TypeScript
4 lines
209 B
TypeScript
import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
|
|
declare const ClipboardDocumentListIcon: FunctionalComponent<HTMLAttributes & VNodeProps>;
|
|
export default ClipboardDocumentListIcon;
|