import { DBase } from "./d-base"; export interface DBaseReflowable { onReflow(base: DBase, width: number, height: number): void; }