@ebay/ui-core-react
Version:
Skin components build off React
8 lines • 303 B
TypeScript
import React, { FC } from "react";
type Props = React.HTMLProps<HTMLHeadingElement> & {
as?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6";
className?: string;
};
declare const EbaySectionNoticeTitle: FC<Props>;
export default EbaySectionNoticeTitle;
//# sourceMappingURL=section-notice-title.d.ts.map