UNPKG

@theguild/components

Version:
16 lines (13 loc) 518 B
import * as react_jsx_runtime from 'react/jsx-runtime'; /** * @internal Don't expose this to websites. */ declare const __LANDING_WIDTHS_ID = "hive-l-widths"; interface HiveLayoutConfigProps { widths: 'landing-narrow' | 'docs-wide'; } /** * @see {@link HiveLayout} from `@theguild/components/server` for documentation. */ declare function HiveLayoutConfig({ widths }: HiveLayoutConfigProps): react_jsx_runtime.JSX.Element | null; export { HiveLayoutConfig, type HiveLayoutConfigProps, __LANDING_WIDTHS_ID };