mirror of
https://github.com/wassname/talk.git
synced 2026-09-10 12:43:11 +08:00
Normal view
This commit is contained in:
@@ -33,6 +33,10 @@ export interface TextFieldProps {
|
||||
* Placeholder
|
||||
*/
|
||||
placeholder?: string;
|
||||
/**
|
||||
* readOnly
|
||||
*/
|
||||
readOnly?: boolean;
|
||||
}
|
||||
|
||||
const TextField: StatelessComponent<TextFieldProps> = props => {
|
||||
|
||||
Reference in New Issue
Block a user