UNPKG
web-plus-ui
Version:
latest (0.0.1)
0.0.1
vue3+vite+ts+element-plus 组件库
web-plus-ui
/
dist
/
src
/
components
/
EssentialContainer
/
index.vue.d.ts
16 lines
(15 loc)
•
246 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
declare const _default:
{
name:
string;
props:
{
title:
null
;
md:
null
;
}
;
data():
{
isPC:
boolean;
}
;
mounted():
void;
methods:
{
getIsPc():
boolean;
}
;
}
;
export
default
_default;