Skip to content

Commit

Permalink
fix(system-props): 🐛 added noprefix option to SystemProps
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelvanbever committed Jul 14, 2021
1 parent 3140789 commit 6696ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/system.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const extraProps = {
whiteSpace: true,
} as const;

type BaseProps = AllSystemProps &
type BaseProps = AllSystemProps<'noprefix'> &
{
[k in keyof typeof extraProps]?: SystemProp<CSS.Properties[k]>;
};
Expand Down

0 comments on commit 6696ff7

Please sign in to comment.