mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-19 14:31:47 +01:00
feat(module)!: migrate to reka-ui (#2448)
This commit is contained in:
@@ -17,10 +17,6 @@ export type GetObjectField<MaybeObject, Key extends string> = MaybeObject extend
|
||||
? MaybeObject[Key]
|
||||
: never
|
||||
|
||||
export type AcceptableValue = string | number | boolean | Record<string, any>
|
||||
|
||||
export type ArrayOrWrapped<T> = T extends any[] ? T : Array<T>
|
||||
|
||||
export type PartialString<T> = {
|
||||
[K in keyof T]?: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user