UNPKG

vue-material-you

Version:

Material design 3 UI framework for Vue 3

5 lines (4 loc) 104 B
export interface DialogAction { name: string; handler: (e: PointerEvent | undefined) => void; }