We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa146cd + fc506c3 commit e35f850Copy full SHA for e35f850
src/block/Row.ts
@@ -1,6 +1,3 @@
1
-/**
2
- * Scrapbox row type
3
- */
4
export interface Row {
5
indent: number;
6
text: string;
src/index.ts
@@ -1,11 +1,6 @@
export { parse, getTitle } from "./parse";
-export { convertToBlock } from "./block";
-export { parseToRows } from "./block/Row";
-export { packRows } from "./block/Pack";
export type { ParserOption, Page } from "./parse";
export type { Block } from "./block";
7
-export type { Row } from "./block/Row";
8
-export type { Pack } from "./block/Pack";
9
export type { Title } from "./block/Title";
10
export type { CodeBlock } from "./block/CodeBlock";
11
export type { Table } from "./block/Table";
0 commit comments