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