New source found from dndbeyond.com
This commit is contained in:
@@ -15,6 +15,7 @@ export interface TextareaProps
|
||||
value?: string;
|
||||
onInputBlur: (textValue: string) => void;
|
||||
onInputKeyUp: () => void;
|
||||
placeholder?: string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user