UNPKG
@dataview/datav-vue3
Version:
latest (0.0.0-test.1672506674342)
test (0.0.0-test.1672847248522)
0.0.0-test.1672847248522
0.0.0-test.1672506674342
0.0.0-test.1672505174878
0.0.0-test.1672478337010
0.0.0-test.1672478337009
0.0.0-test.1672478337008
0.0.0-test.1672478337007
0.0.0-test.1672478337006
Vue3 Large screen data display component library
@dataview/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
; }