mirror of https://github.com/buster-so/buster.git
new line in input text area for build
This commit is contained in:
parent
5ed6bdffbd
commit
6d0a8962b5
|
@ -21,9 +21,9 @@ const textAreaVariants = cva('leading-1.3', {
|
|||
|
||||
export interface InputTextAreaProps
|
||||
extends React.TextareaHTMLAttributes<HTMLTextAreaElement>,
|
||||
Omit<TextareaAutosizeProps, 'style'>,
|
||||
VariantProps<typeof inputTextAreaVariants>,
|
||||
VariantProps<typeof textAreaVariants> {
|
||||
Omit<TextareaAutosizeProps, 'style'>,
|
||||
VariantProps<typeof inputTextAreaVariants>,
|
||||
VariantProps<typeof textAreaVariants> {
|
||||
onPressMetaEnter?: (e: React.KeyboardEvent<HTMLTextAreaElement>) => void;
|
||||
onPressEnter?: (e: React.KeyboardEvent<HTMLTextAreaElement>) => void;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue