how to export a function that is imported from another file ts code example
Example: export interface typescript
interface Props {}
export interface IRefered {
name: string
}
interface Props {}
export interface IRefered {
name: string
}