8 lines
175 B
TypeScript
8 lines
175 B
TypeScript
export { default } from "./Avatar";
|
|
export type { AvatarProps } from "./Avatar";
|
|
export type {
|
|
AvatarShapeValue,
|
|
AvatarSizeValue,
|
|
AvatarVariantValue,
|
|
} from "./Avatar";
|