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
/
typings
/
global.d.ts
16 lines
(12 loc)
•
297 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
import
type
{
SVGAttributes
}
from
'vue'
;
declare
global
{
namespace
JSX
{
interface
AnimateMotion
extends
SVGAttributes
{
path
?:
string
|
number
; }
interface
IntrinsicElements
{
animateMotion
:
AnimateMotion
; } }
export
const
__STYLED_PLACEHOLDER__
:
string
; }