tyh-ui2
Version:
The next generation ui component library of tyh-ui is based on vue3 Version, fully embrace vue3.
19 lines (18 loc) • 718 B
TypeScript
import type { DefineComponent, ComputedRef, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue';
declare const _sfc_main: DefineComponent<{
readonly direction: {
readonly type: StringConstructor;
readonly validator: (v: string) => boolean;
};
}, {
props: any;
isClass: ComputedRef<string[]>;
TyhContainer: () => {
isClass: ComputedRef<string[]>;
};
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<{
readonly direction?: unknown;
} & {} & {
direction?: string | undefined;
}>, {}>;
export default _sfc_main;