mirror of
https://github.com/HoshinoSuzumi/rayine-ui.git
synced 2025-04-10 06:08:50 +08:00
perf(input): update InputType in input.d.ts
This commit is contained in:
parent
abd99b2e6d
commit
e9b9b070f7
5
src/runtime/types/input.d.ts
vendored
5
src/runtime/types/input.d.ts
vendored
@ -13,10 +13,7 @@ export type InputColor =
|
||||
export type InputVariant =
|
||||
| keyof typeof input.variant
|
||||
| ExtractDeepKey<AppConfig, ['rayui', 'input', 'variant']>
|
||||
export type InputType = Extract<
|
||||
'text' | 'password' | 'number' | 'url' | 'email' | 'search' | 'file' | 'hidden',
|
||||
InputHTMLAttributes['type']
|
||||
>
|
||||
export type InputType = 'text' | 'password' | 'number' | 'url' | 'email' | 'search' | 'file' | 'hidden'
|
||||
export type InputModelModifiers = {
|
||||
number?: boolean
|
||||
trim?: boolean
|
||||
|
Loading…
Reference in New Issue
Block a user