UNPKG
@skiyee/uni-ui
Version:
latest (1.1.0)
1.1.0
1.0.0
0.2.0
0.1.1
一个由原子化CSS驱动、符合直觉设计、高度定制化、面向AI时代的移动端 UI 库,助力开发者打造独特且差异化的移动端应用程序
github.com/skiyee/ui
skiyee/ui
@skiyee/uni-ui
/
dist
/
composables
/
index.d.cts
9 lines
•
287 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
/** *
@skiyee
/uni-ui v1.0.0 *
@author
skiyee(https://github.com/skiyee) *
@license
Apache License 2.0 *
@copyright
2025-present skiyee All rights reserved. **/
import
{ useParent }
from
"./use-parent.cjs"
;
import
{ useProvide }
from
"./use-provide.cjs"
;
export
{ useParent, useProvide };