UNPKG

@ebay/ui-core-react

Version:

Skin components build off React

6 lines 412 B
import { ReactNode } from "react"; import { BaseSkeletonComponentProps, SupportedElements } from "./types"; export type EbaySkeletonAvatarProps<T extends SupportedElements> = BaseSkeletonComponentProps<T>; declare const EbaySkeletonAvatar: <T extends SupportedElements = "div">(props: EbaySkeletonAvatarProps<T>) => ReactNode; export default EbaySkeletonAvatar; //# sourceMappingURL=ebay-skeleton-avatar.d.ts.map