```ts
type DropContentType = (fn) => React.ReactNode | React.ReactNode | string;
```
