UNPKG

@ebay/ui-core-react

Version:

Skin components build off React

9 lines 328 B
import React, { FC } from "react"; type Props = React.HTMLProps<HTMLHeadingElement> & { type: "window" | "section" | "page" | "education"; as?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6"; className?: string; }; declare const NoticeTitle: FC<Props>; export default NoticeTitle; //# sourceMappingURL=notice-title.d.ts.map