nexara-nativeflow
Version:
Beautiful, responsive, and customizable UI components for React Native – built for performance and seamless experiences.
17 lines • 482 B
TypeScript
type DefaultThemeType = {
THEME_PRIMARY_COLOR: string;
THEME_SECONDARY_COLOR: string;
TEXT_PRIMARY_COLOR: string;
TEXT_SECONDARY_COLOR: string;
TEXT_TARTARY_COLOR: string;
INPUT_BACKGROUND_COLOR: string;
INPUT_STROKE_COLOR: string;
INPUT_PLACEHOLDER_COLOR: string;
DISABLE: string;
DANGER: string;
SUCCESS: string;
WARNING: string;
};
export declare const DefaultTheme: DefaultThemeType;
export {};
//# sourceMappingURL=theme.d.ts.map