mirror of
https://github.com/zhigang1992/react.git
synced 2026-01-30 22:48:09 +08:00
6 lines
106 B
TypeScript
6 lines
106 B
TypeScript
import Dot from './dot'
|
|
import { DotProps } from './dot'
|
|
|
|
export type Props = DotProps
|
|
export default Dot
|