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';
|