Fondation
This commit is contained in:
parent
991dd0c273
commit
5067a7c59e
@ -29,6 +29,7 @@ interface NotesViewProps {
|
|||||||
onNewNote?: () => void;
|
onNewNote?: () => void;
|
||||||
loading?: boolean;
|
loading?: boolean;
|
||||||
onDeleteNote?: (note: Note) => void;
|
onDeleteNote?: (note: Note) => void;
|
||||||
|
onRefresh?: () => void;
|
||||||
}
|
}
|
||||||
|
|
||||||
export const NotesView: React.FC<NotesViewProps> = ({
|
export const NotesView: React.FC<NotesViewProps> = ({
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user