mirror of
https://github.com/yyhuni/xingrin.git
synced 2026-02-02 20:53:13 +08:00
6 lines
161 B
TypeScript
6 lines
161 B
TypeScript
/**
|
|
* Tool Commands Components - 统一导出
|
|
*/
|
|
export { CommandsDataTable } from './commands-data-table'
|
|
export { commandColumns } from './commands-columns'
|