Skip to content

Commit

Permalink
dateRenderer made bindable
Browse files Browse the repository at this point in the history
  • Loading branch information
ackava committed Nov 13, 2024
1 parent f474181 commit d7c1931
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/basic/Calendar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,10 @@ export default class Calendar extends AtomRepeater {
}
}

@BindableProperty
public enableFunc: (item: ICalendarDate) => boolean;

@BindableProperty
public dateRenderer: (item: ICalendarDate) => XNode;

@WatchProperty
Expand Down

0 comments on commit d7c1931

Please sign in to comment.