@datapos/datapos-shared 0.3.202 → 0.3.204
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { default as markdownIt } from 'markdown-it';
|
|
2
1
|
import { Module } from '../../module';
|
|
3
2
|
import { Component, ComponentConfig, ComponentRef } from '..';
|
|
4
3
|
export interface Informer extends Module, Component {
|
|
@@ -14,6 +13,4 @@ export type InformerLocalisedConfig = Omit<InformerConfig, 'label' | 'descriptio
|
|
|
14
13
|
label: string;
|
|
15
14
|
description: string;
|
|
16
15
|
};
|
|
17
|
-
export type InformerTools = {
|
|
18
|
-
markdownIt: typeof markdownIt;
|
|
19
|
-
};
|
|
16
|
+
export type InformerTools = {};
|
package/package.json
CHANGED