@oxide/react-asciidoc 0.0.1-alpha.16 → 0.0.1-alpha.18

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.
@@ -30,7 +30,7 @@ declare type Overrides = {
30
30
  ulist?: typeof UList;
31
31
  verse?: typeof Verse;
32
32
  };
33
- declare type ExtensionFn = (this: Extensions.Registry) => void;
33
+ export declare type ExtensionFn = (this: Extensions.Registry) => void;
34
34
  export declare type Options = {
35
35
  overrides?: Overrides;
36
36
  customDocument?: typeof Document;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxide/react-asciidoc",
3
- "version": "0.0.1-alpha.16",
3
+ "version": "0.0.1-alpha.18",
4
4
  "files": [
5
5
  "dist"
6
6
  ],