UNPKG

dk-plus

Version:
7 lines (6 loc) 268 B
import type { returnType } from '../../_utils'; import type { ExtractPropTypes } from 'vue'; export declare const dktransition: { readonly isActive: returnType<BooleanConstructor, boolean>; }; export type DktransitionProps = ExtractPropTypes<typeof dktransition>;