UNPKG

various-ui

Version:

This is a test version of the Vue 3 component library

9 lines (8 loc) 282 B
import { ExtractPropTypes } from "vue"; export declare const UiIconPropsOption: { readonly name: StringConstructor; }; export type UiIconProps = ExtractPropTypes<typeof UiIconPropsOption>; export declare const UiIconEmits: { click: (_ev?: MouseEvent | Event) => boolean; };