react-native-insta-story icon indicating copy to clipboard operation
react-native-insta-story copied to clipboard

unable to use typescript under .js file

Open fahad-ui opened this issue 2 years ago • 0 comments

import type {IUserStory} from "./interfaces/IUserStory"; import type {IUserStoryItem} from "./interfaces/IUserStory";

I am unable to use the above line under .js file

fahad-ui avatar Aug 24 '22 20:08 fahad-ui