UNPKG

@skbkontur/db-viewer-ui

Version:

Database Viewer with custom configuration

8 lines (7 loc) 288 B
import React from "react"; export interface FormRowProps { caption?: string | React.ReactElement; captionWidth?: number; children?: React.ReactNode; } export declare function FormRow({ caption, captionWidth, children }: FormRowProps): import("react/jsx-runtime").JSX.Element;