UNPKG

@fish-render/icons

Version:
6 lines (5 loc) 150 B
import { Component } from 'vue'; export interface IconProps { } export type IconComponent = Component<IconProps>; //# sourceMappingURL=types.d.ts.map