UNPKG

@workday/canvas-kit-react

Version:

The parent module that contains all Workday Canvas Kit React components

13 lines 480 B
export declare const useExpandableIcon: import("@workday/canvas-kit-react/common").BehaviorHook<{ state: { id: string; visibility: "hidden" | "visible"; }; events: { show(event?: Event | import("react").SyntheticEvent<Element, Event> | undefined): void; hide(event?: Event | import("react").SyntheticEvent<Element, Event> | undefined): void; }; }, { readonly visible: boolean; }>; //# sourceMappingURL=useExpandableIcon.d.ts.map