@handie/squirtle
Version:
Widgets for Handie-React
10 lines (7 loc) • 326 B
text/typescript
import type { FormControlSize, DialogViewWidgetConfig } from 'handie-react';
interface FormDialogViewWidgetConfig extends DialogViewWidgetConfig {
readonly moduleLabel?: string;
readonly formControlLabelWidth?: number | string;
readonly formControlSize?: FormControlSize;
}
export type { FormDialogViewWidgetConfig };