Skip to content

Commit

Permalink
Merge pull request #25944 from fabioh8010/ts/style/overflow
Browse files Browse the repository at this point in the history
[No QA] [TS migration] Migrate 'overflow.js' style to TypeScript
  • Loading branch information
amyevans authored Aug 28, 2023
2 parents 9e8bcba + fa72e55 commit 6ce9f55
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import {CSSProperties} from 'react';
import overflowAuto from './overflowAuto';

/**
Expand All @@ -23,4 +24,4 @@ export default {
},

overflowAuto,
};
} satisfies Record<string, CSSProperties>;

0 comments on commit 6ce9f55

Please sign in to comment.