Skip to content

Commit

Permalink
Add missing use stricts
Browse files Browse the repository at this point in the history
  • Loading branch information
MatiPl01 committed Feb 13, 2025
1 parent ae0af36 commit 39a007a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
'use strict';
import type { StyleProp } from 'react-native';
import { StyleSheet } from 'react-native';

Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
'use strict';
export * from './transition';
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
'use strict';
import type {
AnyRecord,
CSSTransitionProp,
Expand Down

0 comments on commit 39a007a

Please sign in to comment.