native-fn
Version:
29 lines (28 loc) • 989 B
TypeScript
import { AppOpenState, Messengers } from "./src/constants/app";
import { OS, Devices, Engines } from "./src/constants/platform";
import { Appearances } from "./src/constants/theme";
export * from "./src/types";
declare const _default: {
Version: string;
Constants: {
Messengers: typeof Messengers;
AppOpenState: typeof AppOpenState;
Devices: typeof Devices;
Engines: typeof Engines;
OS: typeof OS;
Appearances: typeof Appearances;
};
Errors: {
URLOpenError: ErrorConstructor;
UnsupportedColorError: ErrorConstructor;
EasingError: ErrorConstructor;
UnsupportedEasingFunctionError: ErrorConstructor;
StepSyntaxError: ErrorConstructor;
LinearSyntaxError: ErrorConstructor;
CubicBezierSyntaxError: ErrorConstructor;
};
App: import("./src/types").App;
Platform: import("./src/types").Platform;
Theme: import("./src/types").Theme;
};
export default _default;