UNPKG

@wfrog/vc

Version:

vue3 组件库 vc

8 lines (7 loc) 158 B
export interface IDrawerProps { modelValue: boolean; title?: string; lazy?: boolean; showDefaultFooter?: boolean; boxPadding?: boolean; }