UNPKG

@ebay/ui-core-react

Version:

Skin components build off React

8 lines 277 B
import React, { FC } from "react"; type Props = React.HTMLProps<HTMLDivElement> & { type: "window" | "section" | "page" | "education"; className?: string; }; declare const NoticeFooter: FC<Props>; export default NoticeFooter; //# sourceMappingURL=notice-footer.d.ts.map