UNPKG

@workday/canvas-kit-react

Version:

The parent module that contains all Workday Canvas Kit React components

18 lines 588 B
import * as React from 'react'; import { ExtractProps } from '@workday/canvas-kit-react/common'; import { Flex } from '@workday/canvas-kit-react/layout'; export interface BannerLabelProps extends ExtractProps<typeof Flex, never> { /** * The text of the Banner. */ children: React.ReactNode; } export declare const BannerLabel: import("@workday/canvas-kit-react/common").ElementComponentM<"div", BannerLabelProps, { state: { id: string; hasError: boolean; isSticky: boolean; }; events: {}; }>; //# sourceMappingURL=BannerLabel.d.ts.map