mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-08-29 20:29:46 +08:00
8 lines
218 B
TypeScript
8 lines
218 B
TypeScript
import { withInstall } from '../utils';
|
|
import _ActionBarIcon from './ActionBarIcon';
|
|
|
|
const ActionBarIcon = withInstall<typeof _ActionBarIcon>(_ActionBarIcon);
|
|
|
|
export default ActionBarIcon;
|
|
export { ActionBarIcon };
|