@geekyhawks/react-native-ui-components
Version:
A lightweight and reusable React Native UI components library with customizable Text, TextInput, FloatingLabelTextInput, Button, and more. Built with TypeScript, fully typed, and designed for easy integration into any React Native project.
40 lines • 1.75 kB
JavaScript
/**
* Variants Entry Point
*
* Re-exports all component style variants for easier imports.
* This allows consumers to import directly from the variants directory:
*
* Example:
* import { defaultTextVariants, defaultButtonStyleVariants }
* from "@geekyhawks/react-native-ui-components/theme/variants";
*
* Author: Geeky Hawks FZE LLC
*/
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./ActivityIndicatorVariants"), exports);
__exportStar(require("./AppBarVariants"), exports);
__exportStar(require("./ButtonVariants"), exports);
__exportStar(require("./CheckBoxVariants"), exports);
__exportStar(require("./FloatingLabelTextInputVariants"), exports);
__exportStar(require("./LoaderModalVariants"), exports);
__exportStar(require("./RadioVariants"), exports);
__exportStar(require("./StatusBarVariants"), exports);
__exportStar(require("./SwitchVariants"), exports);
__exportStar(require("./TextInputVariants"), exports);
__exportStar(require("./TextVariants"), exports);
//# sourceMappingURL=index.js.map
;