Skip to content

Commit

Permalink
Merge 8565cee into df80245
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed Nov 26, 2020
2 parents df80245 + 8565cee commit 12c0bf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/posthtml.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ declare namespace PostHTML {
TAttrs extends Maybe<NodeAttributes> = Maybe<NodeAttributes>
> extends NodeAPI, RawNode<TTag, TAttrs> {
content?: Array<string | Node>;
options?: Options;
}

export interface Options {
Expand Down

0 comments on commit 12c0bf0

Please sign in to comment.