UNPKG

t-fighting-design

Version:

Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.

58 lines (57 loc) 2.23 kB
import type { UtilsSizeChangeInterface } from '../../_interface'; import type { DefineComponent, PropType, VNode, RendererNode, RendererElement, Component, ComputedOptions, MethodOptions, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue'; declare const _sfc_main: DefineComponent<{ readonly separator: { readonly type: PropType<VNode<RendererNode, RendererElement, { [key: string]: any; }> | Component<any, any, any, ComputedOptions, MethodOptions>>; readonly default: () => null; }; readonly itemColor: { readonly type: StringConstructor; readonly default: () => string; }; readonly separatorColor: { readonly type: StringConstructor; readonly default: () => string; }; readonly fontSize: { readonly type: PropType<string | number>; readonly default: () => string; }; }, { prop: { readonly separator?: unknown; readonly itemColor?: unknown; readonly separatorColor?: unknown; readonly fontSize?: unknown; } & { fontSize: string | number; separator: VNode<RendererNode, RendererElement, { [key: string]: any; }> | Component<any, any, any, ComputedOptions, MethodOptions>; itemColor: string; separatorColor: string; } & {}; sizeChange: UtilsSizeChangeInterface; }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<{ readonly separator?: unknown; readonly itemColor?: unknown; readonly separatorColor?: unknown; readonly fontSize?: unknown; } & { fontSize: string | number; separator: VNode<RendererNode, RendererElement, { [key: string]: any; }> | Component<any, any, any, ComputedOptions, MethodOptions>; itemColor: string; separatorColor: string; } & {}>, { fontSize: string | number; separator: VNode<RendererNode, RendererElement, { [key: string]: any; }> | Component<any, any, any, ComputedOptions, MethodOptions>; itemColor: string; separatorColor: string; }>; export default _sfc_main;