UNPKG

@workday/canvas-kit-react

Version:

The parent module that contains all Workday Canvas Kit React components

15 lines 416 B
/** * Adds the necessary props to a `ActionText` component. * Used by the Banner.ActionText subcomponent */ export declare const useBannerActionText: import("@workday/canvas-kit-react/common").BehaviorHook<{ state: { id: string; hasError: boolean; isSticky: boolean; }; events: {}; }, { readonly id: `action-${string}`; }>; //# sourceMappingURL=useBannerActionText.d.ts.map