@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
10 lines (9 loc) • 536 B
TypeScript
import { Avatar, AvatarProps, AvatarPropsContext, useAvatarPropsContext } from "./avatar.js";
import { AvatarGroupRoot, AvatarGroupRootProps } from "./avatar-group.js";
//#region src/components/avatar/namespace.d.ts
declare namespace namespace_d_exports {
export { Avatar as Item, AvatarProps as ItemProps, AvatarPropsContext as PropsContext, AvatarGroupRoot as Root, AvatarGroupRootProps as RootProps, useAvatarPropsContext as usePropsContext };
}
//#endregion
export { namespace_d_exports };
//# sourceMappingURL=namespace.d.ts.map