react-native-auto-skeleton
Version:
🚀 Automatically generates skeleton based on your existing UI layout without manual configuration.
6 lines • 307 B
TypeScript
import type { ViewProps } from 'react-native';
interface NativeProps extends ViewProps {
}
declare const _default: import("react-native/Libraries/Utilities/codegenNativeComponent").NativeComponentType<NativeProps>;
export default _default;
//# sourceMappingURL=AutoSkeletonIgnoreViewNativeComponent.d.ts.map