UNPKG
@joker.front/ui
Version:
latest (1.0.343)
1.0.343
1.0.342
1.0.341
1.0.340
1.0.339
1.0.338
1.0.337
1.0.336
1.0.335
1.0.334
1.0.333
1.0.332
1.0.331
1.0.330
1.0.329
1.0.328
1.0.325
1.0.324
1.0.323
1.0.322
1.0.321
1.0.320
1.0.319
1.0.316
1.0.314
1.0.313
1.0.312
1.0.311
1.0.310
1.0.307
1.0.303
1.0.302
1.0.301
1.0.300
1.0.298
1.0.297
1.0.296
1.0.295
1.0.294
1.0.293
1.0.292
1.0.291
1.0.290
1.0.289
1.0.284
1.0.283
1.0.282
1.0.281
1.0.280
1.0.277
1.0.275
1.0.274
1.0.273
1.0.272
1.0.270
1.0.269
1.0.267
1.0.266
1.0.265
1.0.262
1.0.261
1.0.260
1.0.259
1.0.257
1.0.256
1.0.255
1.0.254
1.0.249
1.0.248
1.0.246
1.0.243
1.0.233
1.0.230
1.0.229
1.0.228
1.0.227
1.0.226
1.0.222
1.0.221
1.0.220
1.0.219
1.0.218
1.0.209
1.0.208
1.0.205
1.0.202
1.0.197
1.0.195
1.0.194
1.0.193
1.0.192
1.0.188
1.0.185
1.0.184
1.0.46
1.0.40
1.0.29
1.0.28
1.0.26
1.0.25
1.0.24
1.0.20
1.0.16
1.0.15
1.0.14
1.0.13
Joker UI组件库是一个精心设计和编码的项目,旨在为开发者提供一系列高效、易用且美观的用户界面组件
ui.jokers.pub
@joker.front/ui
/
shims.d.ts
10 lines
(7 loc)
•
193 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
declare
module
"*.joker"
{
import
type
{
Component
}
from
"@joker.front/core"
;
const
compnent
:
typeof
Component
& {
install
:
() =>
void
; };
export
default
compnent; }