feat: Add Deck.gl Contour Layer (#24154)

This commit is contained in:
Matthew Chiang
2023-10-10 04:20:37 -05:00
committed by GitHub
parent 42d0474cc2
commit 512fb9a0bd
18 changed files with 1092 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ export interface TextControlProps<T extends InputValueType = InputValueType> {
disabled?: boolean;
isFloat?: boolean;
isInt?: boolean;
onChange?: (value: T, errors: any) => {};
onChange?: (value: T, errors: any) => void;
onFocus?: () => {};
placeholder?: string;
value?: T | null;