We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All that needs to be done is adding the following to index.d.ts in expo-ui-kit/src:
... export declare const theme: { COLORS: { font: string; primary: string; secondary: string; tertiary: string; black: string; white: string; gray: string; error: string; warning: string; success: string; info: string; }, SIZES: { base: number; font: number; radius: number; padding: number; h1: number; h2: number; h3: number; title: number; subtitle: number; caption: number; small: number; width: number; height: number; }, FONTS: { h1: { fontSize: number; letterSpacing: number; }; h2: { fontSize: number; letterSpacing: number; }; h3: { fontSize: number; letterSpacing: number; }; title: { fontSize: number; letterSpacing: number; }; subtitle: { fontSize: number; }; caption: { fontSize: number; letterSpacing: number; }; small: { fontSize: number; letterSpacing: number; }; }, WEIGHTS: { regular: string; bold: string; semibold: string; medium: string; light: string; } } ...
The text was updated successfully, but these errors were encountered:
Thank you for your feedback! I was thinking to rewrite expo-ui-kit using TS & publish it compiled :)
Sorry, something went wrong.
No branches or pull requests
All that needs to be done is adding the following to index.d.ts in expo-ui-kit/src:
The text was updated successfully, but these errors were encountered: