UNPKG

@cbinsights/fds

Version:
10 lines (9 loc) 213 B
declare function on(): void; declare function off(): void; declare function toggle(): void; declare const _default: { on: typeof on; off: typeof off; toggle: typeof toggle; }; export default _default;