UNPKG
pro-vue
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.2
1.0.1
github.com/ProsperousYe/pro
ProsperousYe/pro
pro-vue
/
lib
/
src
/
components.d.ts
9 lines
(8 loc)
•
219 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
*
as
components
from
"./index"
;
declare
module
"@vue/runtime-core"
{
export
interface
GlobalComponents
{
ProButton
:
typeof
components.
Button
;
ProCountdown
:
typeof
components.
Countdown
; } }
export
{};