UNPKG

@gravity-ui/uikit

Version:

Gravity UI base styling and components

9 lines (8 loc) 472 B
import { DefinitionListItem } from "./components/DefinitionListItem.js"; import type { DefinitionListProps } from "./types.js"; import "./DefinitionList.css"; export declare function DefinitionList({ responsive, direction, nameMaxWidth, contentMaxWidth, className, children, qa, ...restProps }: DefinitionListProps): import("react/jsx-runtime").JSX.Element; export declare namespace DefinitionList { var Item: typeof DefinitionListItem; var displayName: string; }