Skip to content

Commit

Permalink
take out RenderMonths props
Browse files Browse the repository at this point in the history
  • Loading branch information
Jod929 committed Sep 8, 2023
1 parent 62b2c00 commit 8cc87f4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import React, { type ComponentProps, type ReactNode } from 'react';
import React, { type ReactNode } from 'react';

import Button from '../common/Button';
import View from '../common/View';

import RenderMonths from './RenderMonths';

type IncomeHeaderProps = ComponentProps<typeof RenderMonths> & {
type IncomeHeaderProps = {
MonthComponent?: ReactNode;
onShowNewGroup: () => void;
};
Expand Down

0 comments on commit 8cc87f4

Please sign in to comment.