UNPKG

@ebay/ui-core-react

Version:

Skin components build off React

5 lines 220 B
import { ComponentProps, FC } from "react"; type Props = ComponentProps<"hr">; declare const EbayMenuButtonSeparator: FC<Props>; export default EbayMenuButtonSeparator; //# sourceMappingURL=menu-button-separator.d.ts.map