UNPKG

@ebay/ui-core-react

Version:

Skin components build off React

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