UNPKG

ajsfw

Version:
5 lines (4 loc) 127 B
import { ITransitionType } from "./ITransitionType"; export interface ITransitionBeginHandler { (): ITransitionType; }