UNPKG

@gravity-ui/uikit

Version:

Gravity UI base styling and components

9 lines (8 loc) 278 B
import * as React from 'react'; import "./DialogBody.css"; export interface DialogBodyProps { children: React.ReactNode; className?: string; hasBorders?: boolean; } export declare function DialogBody(props: DialogBodyProps): import("react/jsx-runtime").JSX.Element;