UNPKG

tyh-ui2

Version:

The next generation ui component library of tyh-ui is based on vue3 Version, fully embrace vue3.

23 lines (22 loc) 852 B
import type { Shadow } from './interface'; import type { DefineComponent, PropType, CSSProperties, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue'; declare const _sfc_main: DefineComponent<{ readonly shadow: { readonly type: PropType<Shadow>; readonly validator: (v: Shadow) => boolean; }; readonly bodyStyle: { readonly type: PropType<CSSProperties>; readonly default: () => null; }; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<{ readonly shadow?: unknown; readonly bodyStyle?: unknown; } & { bodyStyle: CSSProperties; } & { shadow?: Shadow | undefined; }>, { bodyStyle: CSSProperties; }>; export default _sfc_main;