mirror of
https://github.com/zhigang1992/react.git
synced 2026-01-28 22:30:13 +08:00
6 lines
112 B
TypeScript
6 lines
112 B
TypeScript
import Note from './note'
|
|
import { NoteProps } from './note'
|
|
|
|
export type Props = NoteProps
|
|
export default Note
|