You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
613 B
TypeScript

/*
* @Author: donghao donghao@supervision.ltd
* @Date: 2024-02-23 11:38:23
* @LastEditors: donghao donghao@supervision.ltd
* @LastEditTime: 2024-02-26 17:27:17
* @FilePath: \General-AI-Platform-Web-Client\src\components\DsBox\index.ts
* @Description: ,`customMade`, koroFileHeader : https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
*/
import dsBox1 from "./src/dsBox1";
import dsBox2 from "./src/dsBox2";
import dsTag1 from "./src/dsTag1";
export const DsBox1 = dsBox1;
export const DsBox2 = dsBox2;
export const DsTag1 = dsTag1;