UNPKG

@qn-pandora/pandora-visualization

Version:

Pandora 通用可视化库

15 lines (14 loc) 622 B
/// <reference types="hoist-non-react-statics" /> import * as React from 'react'; interface IProps { value?: number[]; onChange?: (value: number[]) => void; [key: string]: any; } export declare class LayoutMargin extends React.Component<IProps, any> { handleXChange(x: any): void; handleYChange(y: any): void; render(): React.JSX.Element; } declare const _default: React.ComponentClass<IProps, any> & import("hoist-non-react-statics").NonReactStatics<(React.ComponentClass<IProps, any> & typeof LayoutMargin) | (React.FunctionComponent<IProps> & typeof LayoutMargin), {}>; export default _default;