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) 337 B
export { default as Line } from './Linecomponent/Line'; export type { LineProps } from './Linecomponent/Line'; export { default as PriceLookup } from './PriceLockupcomponent/PriceLookup'; export type { PriceLookupProps } from './PriceLockupcomponent/PriceLookup'; export * from './Linecomponent'; export * from './PriceLockupcomponent';