mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 19:07:08 +00:00
🤖 Merge PR #46384 [react-calendar] add missing allowPartialRange property by @ssukienn
This commit is contained in:
parent
cfda1be0e3
commit
1f44568ab7
1
types/react-calendar/index.d.ts
vendored
1
types/react-calendar/index.d.ts
vendored
@ -16,6 +16,7 @@ export default function Calendar(props: CalendarProps): JSX.Element;
|
||||
|
||||
export interface CalendarProps {
|
||||
activeStartDate?: Date;
|
||||
allowPartialRange?: boolean;
|
||||
calendarType?: CalendarType;
|
||||
className?: string | string[];
|
||||
defaultActiveStartDate?: Date;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user