Skip to content

Commit

Permalink
Merge pull request #25817 from JKobrynski/migrateDisplayToTypescript
Browse files Browse the repository at this point in the history
[No QA] [TS migration] Migrate display.js to TypeScript
  • Loading branch information
roryabraham authored Sep 12, 2023
2 parents 5a153a3 + e1d8434 commit 44b87bf
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
import {CSSProperties} from 'react';
import {ViewStyle} from 'react-native';

/**
* Display utilities with Bootstrap inspired naming.
*
Expand Down Expand Up @@ -28,4 +31,4 @@ export default {
dBlock: {
display: 'block',
},
};
} satisfies Record<string, ViewStyle | CSSProperties>;

0 comments on commit 44b87bf

Please sign in to comment.