UNPKG

dk-plus

Version:
20 lines (19 loc) 1.02 kB
import type { returnType } from '../_utils/props'; import type { DefineComponent, PropType, ComputedRef, CSSProperties, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue'; import type { Install } from '../_utils/withInstall'; import main from "./src/main"; declare const DkMain: Install<DefineComponent<{ 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 height: returnType<PropType<string | number>, string | number | null>; readonly padding: returnType<PropType<string | number>, string | number | null>; }>>, { readonly height: string | number; readonly padding: string | number; }, {}>>; export type mainlasInstance = InstanceType<typeof main>; export { DkMain }; export default DkMain;