@workday/canvas-kit-react
Version:
The parent module that contains all Workday Canvas Kit React components
14 lines • 676 B
TypeScript
import { BoxProps } from '@workday/canvas-kit-react/layout';
import { OverflowTooltipProps } from '@workday/canvas-kit-react/tooltip';
export interface PillLabelProps extends BoxProps {
tooltipProps?: Omit<OverflowTooltipProps, 'children'>;
}
export declare const pillLabelStencil: import("@workday/canvas-kit-styling").Stencil<import("@workday/canvas-kit-styling").StencilModifierConfig<{}, {}, never>, {}, {}, never, never>;
export declare const PillLabel: import("@workday/canvas-kit-react/common").ElementComponentM<"span", PillLabelProps, {
state: {
id: string;
disabled: boolean;
};
events: {};
}>;
//# sourceMappingURL=PillLabel.d.ts.map