Teleforge API Reference - v0.1.0
Preparing search index...
ui/src
TgInputProps
Interface TgInputProps
interface
TgInputProps
{
error
?:
string
;
onChange
:
(
value
:
string
)
=>
void
;
placeholder
?:
string
;
value
:
string
;
}
Index
Properties
error?
on
Change
placeholder?
value
Properties
Optional
error
error
?:
string
on
Change
onChange
:
(
value
:
string
)
=>
void
Optional
placeholder
placeholder
?:
string
value
value
:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
error
on
Change
placeholder
value
Teleforge API Reference - v0.1.0
Loading...