mirror of
https://github.com/zhigang1992/react.git
synced 2026-01-28 09:07:57 +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
|