1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-02 23:48:47 +00:00
Files
seahub/frontend/src/metadata/metadata-view/_basic/utils/column/index.js
杨国璇 8b6abc7855 feat: metadata view part (#6289)
* feat: metadata view part

* feat: optimize code

---------

Co-authored-by: 杨国璇 <ygx@Hello-word.local>
2024-07-03 17:04:30 +08:00

10 lines
152 B
JavaScript

export {
getColumnType,
getColumnsByType,
getColumnByKey,
} from './core';
export {
isDateColumn,
isSupportDateColumnFormat,
} from './date';