UNPKG

dk-plus

Version:
18 lines (17 loc) 879 B
import type { dkPlusJustify, ClassListName } from '../../_interface'; import type { returnType } from '../..'; import type { DefineComponent, PropType, ComputedRef, CSSProperties, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue'; declare const _sfc_main: DefineComponent<{ gutter: returnType<PropType<string | number>, string | number | null>; justify: returnType<PropType<dkPlusJustify>, dkPlusJustify | null>; }, { classList: ComputedRef<ClassListName>; styleList: CSSProperties; }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{ gutter: returnType<PropType<string | number>, string | number | null>; justify: returnType<PropType<dkPlusJustify>, dkPlusJustify | null>; }>>, { gutter: string | number; justify: dkPlusJustify; }, {}>; export default _sfc_main;