mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-08-07 21:19:45 +08:00
8 lines
232 B
TypeScript
8 lines
232 B
TypeScript
import { withInstall } from '../utils';
|
|
import _ActionBarButton from './ActionBarButton';
|
|
|
|
const ActionBarButton = withInstall<typeof _ActionBarButton>(_ActionBarButton);
|
|
|
|
export default ActionBarButton;
|
|
export { ActionBarButton };
|