@difizen/mana-react
Version:
13 lines • 353 B
TypeScript
import * as React from 'react';
import './styles/index.less';
export interface PaneProps {
flex?: number;
defaultSize?: number;
overflow?: string;
zIndex?: number;
style?: React.CSSProperties;
className?: string;
children?: React.ReactNode;
}
export declare const Pane: React.FC<PaneProps>;
//# sourceMappingURL=Pane.d.ts.map