mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-23 19:40:17 +00:00
8 lines
211 B
TypeScript
8 lines
211 B
TypeScript
import { PureComponent } from 'react';
|
|
import './index.scss';
|
|
export default class LeftAreaPanel extends PureComponent {
|
|
static displayName: string;
|
|
constructor(props: any);
|
|
render(): JSX.Element;
|
|
}
|