UNPKG

@symbiot.dev/react-native-timegrid

Version:

A lightweight and customizable time grid calendar component for React Native, Web, and Expo.

3 lines (2 loc) 211 B
import { TimeGridProps, TimeGridRef } from '../types/timegrid'; export declare const TimeGrid: import("react").ForwardRefExoticComponent<Omit<TimeGridProps, "ref"> & import("react").RefAttributes<TimeGridRef>>;