create ui components
This commit is contained in:
@@ -7,6 +7,7 @@ export interface TextInputProps {
|
||||
type?: 'text' | 'email' | 'password'
|
||||
className?: string
|
||||
maxLength?: number
|
||||
tooltip?: string | React.ReactNode
|
||||
}
|
||||
|
||||
export interface ButtonProps {
|
||||
|
||||
Reference in New Issue
Block a user