refactor(project): remove the use of core internal bem syntax
This commit is contained in:
@@ -1,10 +1,4 @@
|
||||
import './styles/index.css';
|
||||
|
||||
export * from './components';
|
||||
export {
|
||||
VisuallyHidden,
|
||||
useEmitAsProps,
|
||||
useForwardExpose,
|
||||
useForwardProps,
|
||||
useForwardPropsEmits,
|
||||
} from 'radix-vue';
|
||||
export { VisuallyHidden } from 'radix-vue';
|
||||
|
Reference in New Issue
Block a user