UNPKG

react-native-booking-calendar

Version:
7 lines (6 loc) 146 B
import React from 'react'; interface TableProps { backgroundColor: string; } declare const Table: React.FC<TableProps>; export default Table;