mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 02:31:21 +00:00
fix snapshot
This commit is contained in:
@@ -5,12 +5,12 @@ import '../../locale';
|
||||
import { camelize } from '..';
|
||||
import { SlotsMixin } from '../../mixins/slots';
|
||||
import Vue, {
|
||||
VNode,
|
||||
VueConstructor,
|
||||
ComponentOptions,
|
||||
CreateElement,
|
||||
RenderContext
|
||||
} from 'vue/types';
|
||||
import { VNode } from 'vue/types/vnode';
|
||||
} from 'vue';
|
||||
import { InjectOptions, PropsDefinition } from 'vue/types/options';
|
||||
|
||||
export type ScopedSlot<Props = any> = (props?: Props) => VNode[] | VNode | undefined;
|
||||
|
Reference in New Issue
Block a user