We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 39efa6c + abecedb commit c8dd7aaCopy full SHA for c8dd7aa
index.d.ts
@@ -82,6 +82,7 @@ export type CustomQueue<T> = {
82
first: T | undefined;
83
last: T | undefined;
84
size: number;
85
+ queue: T[];
86
};
87
88
export type RenderInfo = {
0 commit comments