UNPKG

@ebay/ui-core-react

Version:

Skin components build off React

5 lines 166 B
import { ComponentProps, FC } from "react"; type Props = ComponentProps<"div">; declare const Info: FC<Props>; export default Info; //# sourceMappingURL=info.d.ts.map