UNPKG

@ebay/ui-core-react

Version:

Skin components build off React

8 lines 248 B
import { FC, ReactNode } from "react"; type Props = { className?: string; children?: ReactNode; }; declare const EbaySectionNoticeFooter: FC<Props>; export default EbaySectionNoticeFooter; //# sourceMappingURL=section-notice-footer.d.ts.map