docs: component demo

This commit is contained in:
katherinehhh 2024-05-15 22:08:07 +08:00
parent d3b4a0b890
commit 6747657c75

View File

@ -217,6 +217,7 @@ export type VariableTextAreaProps = {
style?: React.CSSProperties;
className?: string;
multiline?: boolean;
placeholder?: string;
};
export function TextArea(props: VariableTextAreaProps) {