eip-components-web
Version:
EIP components
10 lines • 490 B
JavaScript
// Web-compatible EIP Components
// Export only components that work in browsers
// Export web-compatible components
export * as Components from './components/index.web';
export * as theme from './theme';
// NOTE: Global constants temporarily removed to fix build issues
// TODO: Add back global constants with proper ES module exports
// NOTE: This is a web-only version with limited components
// Many components excluded due to React Native dependencies
//# sourceMappingURL=index.js.map