forked from opentiny/tiny-vue
15 lines
308 B
TypeScript
15 lines
308 B
TypeScript
import Alert from '@opentiny/react-alert/src/mobile-first'
|
|
import Button from '@opentiny/react-button/src/mobile-first'
|
|
import { $prefix } from '@opentiny/react-common'
|
|
|
|
const components = [Alert, Button]
|
|
|
|
export const version = '1.0.0'
|
|
|
|
export { Alert, Button }
|
|
|
|
export default {
|
|
Alert,
|
|
Button
|
|
} as any
|