UNPKG

@ebay/ui-core-react

Version:

Skin components build off React

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