UNPKG

@dharshana333/react-ui-components

Version:

A collection of premium, customizable React UI components including Line and PriceLookup with animations, themes, and accessibility features

7 lines (6 loc) 280 B
// Main entry point - exports all components export { default as Line } from './Linecomponent/Line'; export { default as PriceLookup } from './PriceLockupcomponent/PriceLookup'; // Re-export for convenience export * from './Linecomponent'; export * from './PriceLockupcomponent';