coral-ui
Version:
Biblioteca de components criada pelo Design System para os produtos da Pulse criada em react-native
7 lines (6 loc) • 300 B
TypeScript
export { default as themeInstitucional } from './institucional';
export * from './institucional';
export * from './properties';
export { ThemeProvider, useTheme } from '@shopify/restyle';
export { ITheme, ITokens } from './interface';
export { createTheme, extendTheme } from '../utils/theme';