UNPKG

195 BTypeScriptView Raw
1import React from "react";
2
3import { arSA } from "date-fns/locale/ar-SA";
4import { DayPicker } from "react-day-picker";
5
6export function Rtl() {
7 return <DayPicker dir="rtl" locale={arSA} />;
8}