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
/
components
/
styled
/
borderBox.d.ts
7 lines
(6 loc)
•
202 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
const
BorderBoxContainer
:
(
props
:
any
, { slots }: { slots:
any
; }
) =>
JSX
.
Element
;
export
declare
const
BorderBoxContent
:
(
props
:
any
, { slots }: { slots:
any
; }
) =>
JSX
.
Element
;