Skip to content

Commit

Permalink
DEV-6077: add nested bullet list support
Browse files Browse the repository at this point in the history
DEV-6077: fix nested list definition
  • Loading branch information
GlennFischer032 authored and japivonka committed Sep 6, 2022
1 parent 4ab0abc commit 70debe1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ type TWysiwygValue = Descendant[];

type TTextFormat = 'bold' | 'italic' | 'futureLink';

type LeafChild = TCustomText | TLinkElement;
type LeafChild = TCustomText | TLinkElement | TBulletListElement;

type TParagraphElement = {
type: 'paragraph';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@simplicity-tech/sim-slate-types",
"version": "1.3.0",
"version": "1.3.1",
"description": "Typings for all slate related simplicity projects",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 70debe1

Please sign in to comment.