@theguild/components
Version:
12 lines (9 loc) • 554 B
text/typescript
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';
/**
* Decorations must be isolated, as clicking id links scrolls the container with overflow: hidden.
*/
declare function DecorationIsolation(props: React.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
export { DecorationIsolation };