9 lines
194 B
TypeScript
9 lines
194 B
TypeScript
/**
|
|
* Created by jiangzhixiong on 2024/05/21
|
|
*/
|
|
import DrawControl from './DrawControl'
|
|
|
|
export type { DrawControlProps, DrawControlRefProps } from './DrawControl'
|
|
|
|
export default DrawControl
|