UNPKG

@workday/canvas-kit-react

Version:

The parent module that contains all Workday Canvas Kit React components

6 lines 456 B
import { CSProps } from '@workday/canvas-kit-styling'; export interface AvatarImageProps extends CSProps { } export declare const avatarImageStencil: import("@workday/canvas-kit-styling").Stencil<import("@workday/canvas-kit-styling").StencilModifierConfig<{}, {}, never>, {}, {}, never, never>; export declare const AvatarImage: import("@workday/canvas-kit-react/common").ElementComponent<"img", AvatarImageProps>; //# sourceMappingURL=AvatarImage.d.ts.map