NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/@antv/g2/lib/chart/layout/index.d.ts

16 lines
544 B
TypeScript
Raw Normal View History

2023-09-14 14:47:11 +08:00
import View from '../view';
export declare type Layout = (view: View) => void;
/**
* @ignore
* G2 layout
*
*
* 1. padding = 'auto' direction padding
* 2. padding direction padding
* 3.
*
* 使
* @param view
*/
export default function defaultLayout(view: View): void;