Skip to content

Commit

Permalink
added some props
Browse files Browse the repository at this point in the history
  • Loading branch information
lendihop committed Mar 4, 2024
1 parent 6f5738d commit de134f4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/advertising/slise.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export const stylePropsNames = [
'alignment-baseline',
'aspect-ratio',
'background',
'border',
'border-radius',
'bottom',
'box-shadow',
Expand Down Expand Up @@ -69,7 +70,10 @@ export const stylePropsNames = [
'vertical-align',
'visibility',
'width',
'z-index'
'z-index',
'background-image',
'background-clip',
'background-color'
];
export type StylePropName = (typeof stylePropsNames)[number];

Expand Down

0 comments on commit de134f4

Please sign in to comment.