UNPKG

test-crud

Version:

es una prueba acerca de como publicar un package name

13 lines (11 loc) 546 B
/** @license eddie-ui v0.0.1 * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * Copyright (c) 2023 EddieHub Community. */ export { default as Empty } from './components/display/Empty'; export { default as HtmlDecoder } from './components/display/HtmlDecoder'; export { default as AppButton } from './components/forms/AppButton'; export { default as TextField } from './components/inputs/TextField'; export { default as Button } from './components/inputs/button';