fix(core): update
This commit is contained in:
22
ts_web/plugins.ts
Normal file
22
ts_web/plugins.ts
Normal file
@@ -0,0 +1,22 @@
|
||||
// @signature.digital scope
|
||||
import * as portablecontract from '@signature.digital/portablecontract';
|
||||
|
||||
export {
|
||||
portablecontract,
|
||||
}
|
||||
|
||||
// @design.estate scope
|
||||
import * as deesCatalog from '@design.estate/dees-catalog';
|
||||
|
||||
export {
|
||||
deesCatalog,
|
||||
}
|
||||
|
||||
// third party
|
||||
import signaturePadMod from 'signature_pad';
|
||||
type signaturePadType = (typeof import('signature_pad'))['default'];
|
||||
const signaturePad = signaturePadMod as any as signaturePadType;
|
||||
|
||||
export {
|
||||
signaturePad,
|
||||
}
|
||||
Reference in New Issue
Block a user