4 lines
387 B
TypeScript
Executable File
4 lines
387 B
TypeScript
Executable File
import { FunctionalComponent, BaseTransitionProps, TransitionGroupProps, RendererElement } from 'vue';
|
|
export declare function createJavascriptTransition<Element = RendererElement>(name: string, staticProps: BaseTransitionProps<Element>): FunctionalComponent;
|
|
export declare function createJavascriptTransitionGroup(name: string, staticProps: TransitionGroupProps): FunctionalComponent;
|