gather-content-ui
Version:
GatherContent UI Library
12 lines • 376 B
TypeScript
export declare function AvatarInformation(props: any): import("react/jsx-runtime").JSX.Element;
export declare namespace AvatarInformation {
var defaultProps: {
className: string;
name: string;
email: string;
actions: null;
pending: boolean;
};
}
export default AvatarInformation;
//# sourceMappingURL=AvatarInformation.d.ts.map