UNPKG

v8-ui-components

Version:

A component lib for v8 storefront apps

5 lines (4 loc) 284 B
/// <reference types="react" /> import { IPageTopperWithFullBackgroundProps } from "./PageTopperWithFullBackground.interfaces"; declare const PageTopperWithFullBackground: (rawProps: IPageTopperWithFullBackgroundProps) => JSX.Element; export default PageTopperWithFullBackground;