UNPKG

react-native-expo-modal-select

Version:
7 lines 254 B
import { type ReactNode } from 'react'; type EmptyIndicatorProps = { children: ReactNode; }; declare const EmptyIndicator: ({ children }: EmptyIndicatorProps) => JSX.Element; export default EmptyIndicator; //# sourceMappingURL=EmptyIndicator.d.ts.map