@tarojs/components
Version:
12 lines (10 loc) • 461 B
TypeScript
import type { Components, JSX } from "../types/components";
interface TaroHorizontalDragGestureHandlerCore extends Components.TaroHorizontalDragGestureHandlerCore, HTMLElement {}
export const TaroHorizontalDragGestureHandlerCore: {
prototype: TaroHorizontalDragGestureHandlerCore;
new (): TaroHorizontalDragGestureHandlerCore;
};
/**
* Used to define this component and all nested components recursively.
*/
export const defineCustomElement: () => void;