UNPKG

@theguild/components

Version:
13 lines (10 loc) 510 B
import * as react_jsx_runtime from 'react/jsx-runtime'; import { ReactElement } from 'react'; import { DecorationIsolationProps } from '../decorations/index.mjs'; import '../../logos/angular.mjs'; import 'nextra/icons'; interface HeroDecorationFromLogoProps extends DecorationIsolationProps { logo: ReactElement; } declare function HeroDecorationFromLogo({ logo, ...rest }: HeroDecorationFromLogoProps): react_jsx_runtime.JSX.Element; export { HeroDecorationFromLogo, type HeroDecorationFromLogoProps };