UNPKG
datav-vue3
Version:
latest (1.0.0)
1.0.0
Vue3 large screen data display component library
datav-vue3
/
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
; }