UNPKG
@multinite_official/multiui
Version:
latest (3.0.20)
3.0.20
3.0.19
3.0.18
3.0.17
3.0.16
3.0.15
3.0.14
3.0.13
3.0.12
3.0.11
3.0.10
3.0.9
3.0.8
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
2.8.5
2.8.4
2.8.3
2.8.2
2.8.1
2.8.0
2.7.2
2.7.1
2.7.0
2.6.4
2.6.3
2.6.2
2.6.1
2.6.0
2.5.3
2.5.2
2.5.1
2.5.0
2.4.3
2.4.2
2.4.0
2.3.1
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
1.0.0
The first and only Component Framework.
multiui.org
Multinite/MultiUI
@multinite_official/multiui
/
out
/
src
/
createComponentv2
/
types.d.ts
7 lines
(6 loc)
•
180 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * The Prettify helper is a utility type that takes an object type and makes the hover overlay more readable. */
export
type Prettify<T> = { [K in keyof T]: T[K]; } & {};