Skip to content

Commit

Permalink
appease typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re committed Dec 12, 2022
1 parent d910619 commit 667c732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformers/inline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { compile } from "stylis";

export interface InlineOptions {}
export default function inline(opts?: InlineOptions) {
return (doc: Node): Promise<Node> => {
return (doc: Node): Node => {
const style: string[] = [];
const actions: (() => void)[] = [];
const promises: Promise<void>[] = [];
Expand Down

0 comments on commit 667c732

Please sign in to comment.