UNPKG

@geezee/react-ui

Version:

Modern and minimalist React UI library.

5 lines (4 loc) 123 B
import Note from './note'; import { NoteProps } from './note'; export declare type Props = NoteProps; export default Note;