UNPKG

@gambito-corp/mbs-library

Version:

Librería de componentes React reutilizables - Sistema de diseño modular y escalable

9 lines 484 B
export { default as Button } from './Button/Button'; export { default as Text } from './Text/Text'; export { default as Input } from './Input/Input'; export { default as TextArea } from './TextArea/TextArea'; export { default as Badge } from './Badge/Badge'; export { default as Image } from './Image/Image'; export { default as Icon } from './Icon/Icon'; export { default as Container } from './Container/Container'; export { default as Animated } from './Animated/Animated';