Skip to content

Commit

Permalink
export all interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewfhw committed Jan 21, 2021
1 parent 9308aee commit 68cff75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ export interface LineAttributes {
"code-block"?: boolean;
}

interface Attributes extends RunAttributes, LineAttributes {}
export interface Attributes extends RunAttributes, LineAttributes {}

interface QuillOp {
export interface QuillOp {
insert?: string | InsertEmbed;
attributes?: Attributes;
lineAttributes?: LineAttributes;
Expand Down

0 comments on commit 68cff75

Please sign in to comment.