File size: 343 Bytes
bc20498
 
 
 
 
 
 
1
2
3
4
5
6
7
8
import type { GroupedEvents, MeltComponentEvents } from '../../internal/types.js';
export declare const dialogEvents: {
    trigger: readonly ["click", "keydown"];
    close: readonly ["click", "keydown"];
};
export type DialogEvents = GroupedEvents<typeof dialogEvents>;
export type DialogComponentEvents = MeltComponentEvents<DialogEvents>;