mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* Added partial definition for React-Big-Scheduler * Removed invalid package.json file * Updated TS version to match React dependency * Fixed errors from test
6 lines
118 B
TypeScript
6 lines
118 B
TypeScript
import { SchedulerData } from 'react-big-scheduler';
|
|
|
|
const sd = new SchedulerData();
|
|
|
|
sd.next(); // #ExpectType void
|