UNPKG
vue3-signature-pad
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
0.1.0
A Vue3 Signature Pad
github.com/tng10/vue3-signature-pad
tng10/vue3-signature-pad
vue3-signature-pad
/
signature-pad.d.ts
6 lines
(4 loc)
•
224 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
DefineComponent
,
Plugin
}
from
'vue'
;
export
*
from
'./src/types'
;
export
*
from
'./src/utils'
;
export
declare
const
SignaturePad
:
DefineComponent
<{}, {},
any
> & {
install
:
Exclude
<
Plugin
[
'install'
],
undefined
> };