@react-native-paper-abstracted/cli
Version:
React Native Paper Abstracted is a package that allows you to use only the components you need from [React Native Paper](https://reactnativepaper.com). Thus allowing users to keep their app size small, and provides endless customization.
9 lines • 334 B
TypeScript
export declare function _spinner(): {
fetch: (msg?: string) => void;
initialize: (msg?: string) => void;
stop: () => import("ora").Ora;
fail: (msg?: string) => import("ora").Ora;
start: (msg?: string) => import("ora").Ora;
succeed: (msg?: string) => import("ora").Ora;
};
//# sourceMappingURL=spinners.d.ts.map