mirror of
https://github.com/apache/superset.git
synced 2026-05-31 21:29:19 +00:00
feat: Add Deck.gl Contour Layer (#24154)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user