UNPKG

vue3-signature-pad

Version:
6 lines (4 loc) 224 B
import { DefineComponent, Plugin } from 'vue'; export * from './src/types'; export * from './src/utils'; export declare const SignaturePad: DefineComponent<{}, {}, any> & { install: Exclude<Plugin['install'], undefined> };