Skip to content

Commit

Permalink
updating type
Browse files Browse the repository at this point in the history
  • Loading branch information
ppisljar committed Aug 6, 2020
1 parent 6fd6675 commit 2265a21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ interface Arguments {
default: string | number | boolean;
}

type Output = string | number | boolean | undefined;
type Output = any;

export type ExpressionFunctionTheme = ExpressionFunctionDefinition<
'theme',
Expand Down

0 comments on commit 2265a21

Please sign in to comment.