google-docs-parser
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -1,2 +0,2 @@ | ||
import { paragraph } from "./paragraph"; | ||
import { paragraph, header } from "./paragraph"; | ||
import { styledText } from "./text"; | ||
@@ -7,2 +7,2 @@ import { table } from "./table"; | ||
export declare const elementMatchers: import("../types").elementMatcher[]; | ||
export type { paragraph, styledText, table, footnoteReference, list }; | ||
export type { paragraph, header, styledText, table, footnoteReference, list }; |
@@ -1,2 +0,2 @@ | ||
import { paragraph } from "./paragraph"; | ||
import { paragraph, header } from "./paragraph"; | ||
import { styledText } from "./text"; | ||
@@ -7,2 +7,2 @@ import { table } from "./table"; | ||
export declare const elementMatchers: import("../types").elementMatcher[]; | ||
export type { paragraph, styledText, table, footnoteReference, list }; | ||
export type { paragraph, header, styledText, table, footnoteReference, list }; |
@@ -6,3 +6,3 @@ { | ||
"types": "dist/esm/index.d.ts", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"scripts": { | ||
@@ -9,0 +9,0 @@ "prepublish": "yarn build", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
60953