UNPKG
@pit-front-end/components
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.5
0.0.4
0.0.3
0.0.2
0.0.1
湖南创智艾泰克科技有限公司
@pit-front-end/components
/
dist
/
lib
/
components
/
input
/
index.d.ts
7 lines
(6 loc)
•
245 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
InstallWithSFC
}
from
'../../hooks'
;
import
{
default
as
Input
}
from
'./src/input.vue'
;
export
declare
const
PitInput
:
InstallWithSFC
<
typeof
Input
>;
export
default
PitInput
;
export
*
from
'./src/input'
;
export
*
from
'./src/instance'
;