@react-slate/core
Version:
Write interactive CLI apps with React
10 lines • 329 B
TypeScript
import Text from './Text';
import { Style as LayoutStyle } from '../../layout';
import ContainerBase from './ContainerBase';
export default class View extends ContainerBase<View | Text> {
static TAG: string;
setLayoutStyle(style: LayoutStyle & {
zIndex?: number;
}): void;
}
//# sourceMappingURL=View.d.ts.map