import { IStack } from '../Stack/types'; export interface IRow extends IStack { }