UNPKG
@iwusong/datav-vue3
Version:
latest (0.1.0-alpha.2)
0.1.0-alpha.2
0.1.0-alpha.1
0.1.0-alpha.0
0.0.9-alpha.1
0.0.9-alpha.0
0.0.0-alpha.1
0.0.0-alpha.0
Vue3 large screen data display component library
@iwusong/datav-vue3
/
dist
/
es
/
types
/
common.d.ts
6 lines
(5 loc)
•
175 B
TypeScript
View Raw
1
2
3
4
5
6
/** * https://github.com/Microsoft/TypeScript/issues/29729 */
export
declare
type
LiteralUnion
<T
extends
U, U> = T | (U & {});
export
declare
type
Point
= [
number
,
number
];