Skip to content

Commit

Permalink
fix: ts types in stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
omariosouto committed Feb 7, 2022
1 parent 841564b commit be2d978
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/core/stylesheet/stylesheet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,7 @@ export interface StyleSheet {
focus?: StyleSheet;
hover?: StyleSheet;
disabled?: StyleSheet;
// TODO: Remove this one day
// eslint-disable-next-line @typescript-eslint/no-explicit-any
[key: string]: ResponsiveProperty<string | any> | string | any;
}

3 comments on commit be2d978

@vercel
Copy link

@vercel vercel bot commented on be2d978 Feb 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on be2d978 Feb 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sknui-demobase-react – ./examples/demo_base

sknui-demobase-react-skynexui.vercel.app
sknui-demobase-react-git-main-skynexui.vercel.app
sknui-demobase-react.vercel.app

@vercel
Copy link

@vercel vercel bot commented on be2d978 Feb 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.