UNPKG

hirsun-vuepress-theme-hope-plus

Version:
9 lines (8 loc) 263 B
import type { FunctionalComponent } from "vue"; export interface IconProps { icon?: string | undefined; color?: string | undefined; size?: string | number | undefined; } declare const HopeIcon: FunctionalComponent<IconProps>; export default HopeIcon;