mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 09:24:25 +00:00
6 lines
165 B
TypeScript
6 lines
165 B
TypeScript
import { withInstall } from '../utils';
|
|
import _SidebarItem from './SidebarItem';
|
|
|
|
export const SidebarItem = withInstall(_SidebarItem);
|
|
export default SidebarItem;
|