UNPKG

@workday/canvas-kit-react

Version:

The parent module that contains all Workday Canvas Kit React components

17 lines 654 B
import { ButtonSizes } from '../types'; import { SystemIconProps } from '@workday/canvas-kit-react/icon'; export interface ButtonLabelIconProps extends Partial<SystemIconProps> { /** * There are four button sizes: `extraSmall`, `small`, `medium`, and `large`. * * @default 'medium' */ size?: ButtonSizes; /** * If set to `true`, transform the icon's x-axis to mirror the graphic * @default false */ shouldMirrorIcon?: boolean; } export declare const ButtonLabelIcon: import("@workday/canvas-kit-react/common").ElementComponent<"span", ButtonLabelIconProps>; //# sourceMappingURL=ButtonLabelIcon.d.ts.map