UNPKG

@ebay/ui-core-react

Version:

Skin components build off React

7 lines 250 B
import { ReactNode } from "react"; type EbayNoticeTitleProps = { children?: ReactNode; }; declare const EbayNoticeTitle: ({ children }: EbayNoticeTitleProps) => ReactNode; export default EbayNoticeTitle; //# sourceMappingURL=notice-title.d.ts.map