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