You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
704 B
9 lines
704 B
/// <reference types="react" />
|
|
import { AvatarProps } from '@rneui/base/dist/Avatar/Avatar';
|
|
import { AccessoryProps } from '@rneui/base/dist/Avatar/Avatar.Accessory';
|
|
declare const _default: (import("react").FunctionComponent<import("react").PropsWithChildren<AvatarProps>> | import("react").ForwardRefExoticComponent<import("react").RefAttributes<import("react").PropsWithChildren<AvatarProps>>>) & {
|
|
Accessory: import("react").FunctionComponent<import("react").PropsWithChildren<AccessoryProps>> | import("react").ForwardRefExoticComponent<import("react").RefAttributes<import("react").PropsWithChildren<AccessoryProps>>>;
|
|
};
|
|
export default _default;
|
|
export type { AccessoryProps, AvatarProps };
|