chore: 0.4.18-rc3 (#740)
parent
3a41aedda9
commit
86f010b0c1
|
@ -0,0 +1,5 @@
|
|||
import type { PositionalTabAlignmentType } from "./PositionalTabAlignmentType";
|
||||
import type { PositionalTabRelativeTo } from "./PositionalTabRelativeTo";
|
||||
import type { TabLeaderType } from "./TabLeaderType";
|
||||
|
||||
export interface PositionalTab { alignment: PositionalTabAlignmentType, relative_to: PositionalTabRelativeTo, leader: TabLeaderType, }
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
export type PositionalTabAlignmentType = "center" | "left" | "right";
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
export type PositionalTabRelativeTo = "Indent" | "Margin";
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "docx-wasm",
|
||||
"version": "0.4.18-rc2",
|
||||
"version": "0.4.18-rc3",
|
||||
"main": "dist/node/index.js",
|
||||
"browser": "dist/web/index.js",
|
||||
"author": "bokuweb <bokuweb12@gmail.com>",
|
||||
|
|
Loading…
Reference in New Issue