mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 06:46:38 +00:00
docs: component demo
This commit is contained in:
parent
d3b4a0b890
commit
6747657c75
@ -217,6 +217,7 @@ export type VariableTextAreaProps = {
|
||||
style?: React.CSSProperties;
|
||||
className?: string;
|
||||
multiline?: boolean;
|
||||
placeholder?: string;
|
||||
};
|
||||
|
||||
export function TextArea(props: VariableTextAreaProps) {
|
||||
|
Loading…
Reference in New Issue
Block a user