UNPKG

@workday/canvas-kit-react

Version:

The parent module that contains all Workday Canvas Kit React components

19 lines 642 B
import * as React from 'react'; import { ExtractProps } from '@workday/canvas-kit-react/common'; import { Box } from '@workday/canvas-kit-react/layout'; export interface BannerActionTextProps extends ExtractProps<typeof Box, never> { /** * The text of the Banner action. * @default 'View All' */ children?: React.ReactNode; } export declare const BannerActionText: import("@workday/canvas-kit-react/common").ElementComponentM<"span", BannerActionTextProps, { state: { id: string; hasError: boolean; isSticky: boolean; }; events: {}; }>; //# sourceMappingURL=BannerActionText.d.ts.map