UNPKG

dk-plus

Version:
19 lines (18 loc) 1.05 kB
import type { returnType } from '../..'; import type { DefineComponent, PropType, ComputedRef, CSSProperties, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue'; declare const _sfc_main: DefineComponent<{ readonly width: returnType<PropType<string | number>, string | number | null>; readonly height: returnType<PropType<string | number>, string | number | null>; readonly padding: returnType<PropType<string | number>, string | number | null>; }, { style_List: ComputedRef<CSSProperties>; }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{ readonly width: returnType<PropType<string | number>, string | number | null>; readonly height: returnType<PropType<string | number>, string | number | null>; readonly padding: returnType<PropType<string | number>, string | number | null>; }>>, { readonly width: string | number; readonly height: string | number; readonly padding: string | number; }, {}>; export default _sfc_main;