zent
Version:
一套前端设计语言和基于React的实现
13 lines (12 loc) • 435 B
TypeScript
import { Component } from 'react';
export declare class Alpha extends Component<any, any> {
containerRef: import("react").RefObject<HTMLDivElement>;
eventCancelList: (() => void)[];
componentWillUnmount(): void;
handleChange: (e: any, skip?: boolean) => void;
handleMouseDown: (e: any) => void;
handleMouseUp: () => void;
unbindEventListeners: () => void;
render(): JSX.Element;
}
export default Alpha;