mirror of
https://github.com/imdap/ruoyi-plus-vben5.git
synced 2026-05-08 03:01:26 +08:00
10 lines
170 B
TypeScript
10 lines
170 B
TypeScript
import './styles/index.css';
|
|
|
|
export * from './components';
|
|
export {
|
|
useEmitAsProps,
|
|
useForwardExpose,
|
|
useForwardProps,
|
|
useForwardPropsEmits,
|
|
} from 'radix-vue';
|