UNPKG

truly-ui

Version:
19 lines (18 loc) 388 B
export const dataEvents = [ { name: "onShow", description: "Dispatched when the modal Shows Up.", }, { name: "onMinimize", description: "Dispatched when the modal is Minimized", }, { name: "onMaximize", description: "Dispatched when the modal is Maximized", }, { name: "onClose", description: "Dispatched when the modal is Closed", }, ];