mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 03:39:29 +08:00
4 lines
97 B
Text
4 lines
97 B
Text
export declare function link<T extends {
|
|
next?: T;
|
|
prev?: T;
|
|
}>(next: T, prev: T): void;
|