Viseryn / foodplanner

An app for managing recipes, planning your meals with a built-in shopping list.
https://viseryn.atlassian.net/jira/software/projects/FP/boards/1
1 stars 0 forks source link

Create base type for component props #263

Closed Viseryn closed 3 months ago

Viseryn commented 3 months ago

Currently, a lot of the page component props share the following properties:

setSidebar: SetSidebarAction
setTopbar: SetTopbarAction

Create a base type (e.g. PageComponentProps) with these two properties that other Props types can extend.