UNPKG

227 BTypeScriptView Raw
1import { IItems } from "./types.js";
2declare module "../lists/types" {
3 interface _List {
4 readonly items: IItems;
5 }
6 interface IList {
7 readonly items: IItems;
8 }
9}
10//# sourceMappingURL=list.d.ts.map
\No newline at end of file