import { IRollItem } from "./i-roll-item"; export interface IRollTableProps { items: IRollItem[]; title?: string; }