UNPKG

@kietpt2003/react-native-core-ui

Version:
8 lines 370 B
import { RenderPlaceholder } from "../constants/DraggableFlatList/types"; type Props<T> = { renderPlaceholder?: RenderPlaceholder<T>; }; declare function PlaceholderItem<T>({ renderPlaceholder }: Props<T>): import("react/jsx-runtime").JSX.Element; declare const _default: typeof PlaceholderItem; export default _default; //# sourceMappingURL=PlaceholderItem.d.ts.map