Skip to content

Commit 17c752d

Browse files
committed
types: types for UI Schema
1 parent d5ba0ab commit 17c752d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/types/UISchema.type.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ import { UIWidgetType } from './ui/UIWidget.type';
33
import { UISchemaPageType } from './ui/UIPage.type';
44
import { UISchemaValidations } from './ui/UIValidations.type';
55

6-
interface UISchemaAutoCompleteProps<T> extends Omit<AutocompleteProps<{}, boolean, boolean, false>, 'options' | 'renderInput'> {
6+
interface UISchemaAutoCompleteProps<T> extends
7+
Omit<AutocompleteProps<{}, boolean, boolean, false>, 'options' | 'renderInput'> {
78
options?: ReadonlyArray<T>;
89
renderInput?: any;
910
}

0 commit comments

Comments
 (0)