UNPKG

flowbite-2.0

Version:

The most popular library of interactive components built with Tailwind CSS

13 lines 455 B
import { DialInterface } from './interface'; export declare type DialTriggerType = 'click' | 'hover' | 'none'; export declare type DialTriggerEventTypes = { showEvents: string[]; hideEvents: string[]; }; export declare type DialOptions = { triggerType?: DialTriggerType; onShow?: (dial: DialInterface) => void; onHide?: (dial: DialInterface) => void; onToggle?: (dial: DialInterface) => void; }; //# sourceMappingURL=types.d.ts.map