gluestack-ui
Version:
A CLI tool for easily adding components from gluestack to your projects.
20 lines (19 loc) • 528 B
TypeScript
declare const config: {
repoUrl: string;
gluestackDir: string;
componentsResourcePath: string;
nativeWindRootPath: string;
expoProject: string;
nextJsProject: string;
reactNativeCLIProject: string;
tailwindConfigRootPath: string;
writableComponentsPath: string;
branchName: string;
style: string;
providerComponent: string;
gluestackUIPattern: string;
templatesDir: string;
packageManager: string | null;
ignoreComponents: readonly string[];
};
export { config };