@theguild/components
Version:
14 lines (11 loc) • 733 B
text/typescript
import * as react_jsx_runtime from 'react/jsx-runtime';
export { ReactComponent as ArchDecoration, ReactComponent as ArchDecorationGradientDefs, 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;
declare const HighlightDecoration: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
export { DecorationIsolation, type DecorationIsolationProps, HighlightDecoration };