slate-devtools
Version:
`slate-devtools` as name suggests it is devtool for [slatejs](https://github.com/ianstormtaylor/slate) which will assist you in debugging the code
13 lines (12 loc) • 407 B
TypeScript
import { Batch } from "../util/batch";
/**
* RenderBatch renders each separate batch in RenderHistory and based weather batch.normalizing is true or not the colour
* will differ
*
*/
export declare type RenderBranchProps = {
batch: Batch;
num: number;
};
export declare const RenderBatch: ({ batch, num }: RenderBranchProps) => JSX.Element;
//# sourceMappingURL=renderBatch.d.ts.map