UNPKG

@theguild/components

Version:
13 lines (10 loc) 643 B
import * as react_jsx_runtime from 'react/jsx-runtime'; export { ReactComponent as ArchDecoration, ReactComponent as ArchDecorationGradientDefs, ReactComponent as HighlightDecoration, ReactComponent as LargeHiveIconDecoration } from '../../logos/angular.mjs'; import 'react'; import 'nextra/icons'; type DecorationIsolationProps = React.HTMLAttributes<HTMLDivElement>; /** * Decorations must be isolated, as clicking id links scrolls the container with overflow: hidden. */ declare function DecorationIsolation(props: DecorationIsolationProps): react_jsx_runtime.JSX.Element; export { DecorationIsolation, type DecorationIsolationProps };