diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-06-18 14:28:43 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-06-18 14:28:43 +0900 |
| commit | e66d7babc5ae477d7a60628e5599f9c390426c81 (patch) | |
| tree | 84733fc7b2a158e6d5786ccd72a58e40c301f140 /src/text/parse/elements/bold.ts | |
| parent | wip (diff) | |
| download | sharkey-e66d7babc5ae477d7a60628e5599f9c390426c81.tar.gz sharkey-e66d7babc5ae477d7a60628e5599f9c390426c81.tar.bz2 sharkey-e66d7babc5ae477d7a60628e5599f9c390426c81.zip | |
yatta
Diffstat (limited to 'src/text/parse/elements/bold.ts')
| -rw-r--r-- | src/text/parse/elements/bold.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text/parse/elements/bold.ts b/src/text/parse/elements/bold.ts index 0566ace8b7..cf615cd3cc 100644 --- a/src/text/parse/elements/bold.ts +++ b/src/text/parse/elements/bold.ts @@ -3,7 +3,7 @@ */ export type TextElementBold = { - type: "bold" + type: 'bold' content: string bold: string }; |