UNPKG

easyest-xqp

Version:

9 lines (8 loc) 238 B
import { PropType, ExtractPropTypes } from "vue"; export declare const dialogPorps: { alignCenter: { type: PropType<boolean>; default: boolean; }; }; export type DialogProps = ExtractPropTypes<typeof dialogPorps>;