www_hero/node_modules/flowbite/lib/cjs/components/dial/interface.d.ts

16 lines
502 B
TypeScript
Raw Normal View History

2024-05-03 04:39:20 +00:00
import { DialOptions, DialTriggerEventTypes, DialTriggerType } from './types';
export declare interface DialInterface {
_parentEl: HTMLElement;
_triggerEl: HTMLElement;
_targetEl: HTMLElement;
_options: DialOptions;
_visible: boolean;
_init(): void;
isVisible(): boolean;
isHidden(): boolean;
hide(): void;
show(): void;
toggle(): void;
_getTriggerEventTypes(triggerType: DialTriggerType): DialTriggerEventTypes;
}
//# sourceMappingURL=interface.d.ts.map