UNPKG

reakit

Version:

Toolkit for building accessible rich web apps with React

10 lines (9 loc) 284 B
declare type Listener = (id: string | null) => void; declare const _default: { currentTooltipId: string | null; listeners: Set<Listener>; subscribe(listener: Listener): () => void; show(id: string | null): void; hide(id: string): void; }; export default _default;