@workday/canvas-kit-preview-react
Version:
Canvas Kit Preview is made up of components that have the full design and a11y review, are part of the DS ecosystem and are approved for use in product. The API's could be subject to change, but not without strong communication and migration strategies.
18 lines • 602 B
TypeScript
import { SystemIconProps } from '@workday/canvas-kit-react/icon';
import { CanvasSystemIcon } from '@workday/design-assets-types';
export interface PillIconProps extends Omit<SystemIconProps, 'icon'> {
/**
* The system icon rendered by the component
* @default `plusIcon`
*/
icon?: CanvasSystemIcon;
}
export declare const PillIcon: import("@workday/canvas-kit-react/common").ElementComponentM<"span", PillIconProps, {
state: {
id: string;
maxWidth: string | number;
disabled: boolean;
};
events: {};
}>;
//# sourceMappingURL=PillIcon.d.ts.map