Merge branch 'io' into merge-upstream
This commit is contained in:
commit
24d5f28dd9
8 changed files with 52 additions and 13 deletions
|
|
@ -251,7 +251,7 @@ export function actions<T extends {
|
|||
}
|
||||
|
||||
export function inputText(props: {
|
||||
type?: 'text' | 'email' | 'password' | 'url';
|
||||
type?: 'text' | 'email' | 'password' | 'url' | 'textarea';
|
||||
title?: string | null;
|
||||
text?: string | null;
|
||||
placeholder?: string | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue