UNPKG

@ebay/ui-core-react

Version:

Skin components build off React

5 lines 179 B
import { ComponentProps, FC } from "react"; type Props = ComponentProps<"span">; declare const Subtitle: FC<Props>; export default Subtitle; //# sourceMappingURL=subtitle.d.ts.map