8 lines
178 B
TypeScript
8 lines
178 B
TypeScript
/**
|
|
* Created by jiangzhixiong on 2024/05/23
|
|
*/
|
|
import Clusters from './Clusters'
|
|
// export type { ClustersProps, ClustersRefProps } from './Clusters'
|
|
|
|
export default Clusters
|