mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-15 03:52:00 +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';
|