@tarojs/components
Version:
18 lines (17 loc) • 362 B
TypeScript
declare const _default: {
name: string;
mixins: ({
computed: {
listeners(): any;
};
} | {
mounted(): void;
beforeDestroy(): void;
})[];
props: {
scrollX: BooleanConstructor;
scrollY: BooleanConstructor;
};
render(createElement: any): any;
};
export { _default as default };