Files
community-rule/app/components/asset/Avatar/index.tsx
T

8 lines
175 B
TypeScript

export { default } from "./Avatar";
export type { AvatarProps } from "./Avatar";
export type {
AvatarShapeValue,
AvatarSizeValue,
AvatarVariantValue,
} from "./Avatar";