Skip to content

Commit 3835bf1

Browse files
Add type to export statement to comply with isolatedModules (#1995)
1 parent a063fce commit 3835bf1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export { FlashListProps as RecyclerViewProps } from "../FlashListProps";
1+
export type { FlashListProps as RecyclerViewProps } from "../FlashListProps";

0 commit comments

Comments
 (0)