import "./landmark.css"; import type * as React from "react"; import { useRender } from "@base-ui/react/use-render"; import { type StyleProps } from "./style_props"; export type LandmarkKind = "banner" | "navigation" | "main" | "complementary" | "contentinfo" | "region"; export interface LandmarkProps extends StyleProps { /** * Semantic region kind. Each renders the matching HTML element (`
`, * `