tyh-ui2
Version:
The next generation ui component library of tyh-ui is based on vue3 Version, fully embrace vue3.
23 lines (22 loc) • 825 B
TypeScript
import type { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue';
declare const _sfc_main: DefineComponent<{
readonly round: BooleanConstructor;
readonly width: StringConstructor;
readonly height: StringConstructor;
readonly animation: BooleanConstructor;
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<{
readonly round?: unknown;
readonly width?: unknown;
readonly height?: unknown;
readonly animation?: unknown;
} & {
round: boolean;
animation: boolean;
} & {
width?: string | undefined;
height?: string | undefined;
}>, {
round: boolean;
animation: boolean;
}>;
export default _sfc_main;