mirror of
https://github.com/Wx-2025/ST-Amily2-Chat-Optimisation.git
synced 2026-06-06 08:05:49 +00:00
10 lines
347 B
JavaScript
10 lines
347 B
JavaScript
/**
|
||
* @file TableState 的实际定义已合并至 ./Table.js(与 Table 共处一处便于阅读)。
|
||
* 本文件保留为转发别名,供需要按 dto 名称单独导入的消费方使用:
|
||
* /** @typedef {import('./TableState.js').TableState} TableState *\/
|
||
*
|
||
* @typedef {import('./Table.js').TableState} TableState
|
||
*/
|
||
|
||
export {};
|