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