Skip to content

Commit 99fe285

Browse files
committed
chore: inport fix
1 parent a3383e2 commit 99fe285

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unifyapps/react-native-calendars",
3-
"version": "1.22.0-ua.1",
3+
"version": "1.22.0-ua.2",
44
"main": "src/index.ts",
55
"types": "src/index.d.ts",
66
"description": "React Native Calendar Components",

src/calendar/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import CalendarHeader, { CalendarHeaderProps } from './header';
1616
import Day, { DayProps } from './day/index';
1717
import BasicDay from './day/basic';
1818
import { page, isGTE, isLTE, sameMonth, isPreviousMonth } from '../dateutils';
19+
import { useImperativeHandle } from 'react';
1920
export interface CalendarProps extends CalendarHeaderProps, DayProps {
2021
/** Specify theme properties to override specific styles for calendar parts */
2122
theme?: Theme;

0 commit comments

Comments
 (0)