mirror of
https://github.com/youzan/vant.git
synced 2025-10-16 08:00:34 +00:00
[new feature] Dialog: add getContainer option (#3040)
This commit is contained in:
2
types/waterfall.d.ts
vendored
2
types/waterfall.d.ts
vendored
@@ -2,7 +2,7 @@ import { DirectiveFunction, PluginFunction } from 'vue';
|
||||
|
||||
export interface Waterfall {
|
||||
(type: string): DirectiveFunction;
|
||||
install: PluginFunction<void>
|
||||
install: PluginFunction<void>;
|
||||
}
|
||||
|
||||
export const Waterfall: Waterfall;
|
||||
|
Reference in New Issue
Block a user