mirror of
https://gitee.com/vant-contrib/vant.git
synced 2026-06-05 01:48:10 +08:00
6 lines
175 B
TypeScript
6 lines
175 B
TypeScript
import { withInstall } from '../utils';
|
|
import _ActionBarIcon from './ActionBarIcon';
|
|
|
|
export const ActionBarIcon = withInstall(_ActionBarIcon);
|
|
export default ActionBarIcon;
|