feat(catalog): add ContractEditor and many editor subcomponents; implement SignPad and SignBox; update README and bump dependencies
This commit is contained in:
8
ts_web/elements/sdig-contracteditor/index.ts
Normal file
8
ts_web/elements/sdig-contracteditor/index.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* @file index.ts
|
||||
* @description Export barrel for sdig-contracteditor module
|
||||
*/
|
||||
|
||||
export * from './sdig-contracteditor.js';
|
||||
export * from './types.js';
|
||||
export * from './state.js';
|
||||
Reference in New Issue
Block a user