@workday/canvas-kit-labs-react
Version:
Canvas Kit Labs is an incubator for new and experimental components. Since we have a rather rigorous process for getting components in at a production level, it can be valuable to make them available earlier while we continuously iterate on the API/functi
5 lines • 303 B
TypeScript
import { AvatarProps } from '@workday/canvas-kit-react/avatar';
export interface ExpandableAvatarProps extends AvatarProps {
}
export declare const ExpandableAvatar: import("@workday/canvas-kit-react/common").ElementComponent<"div", ExpandableAvatarProps>;
//# sourceMappingURL=ExpandableAvatar.d.ts.map