UNPKG

react-flex-picker

Version:

Helps to build your own calendar by using prepared components and api to control them

10 lines (9 loc) 223 B
import * as React from 'react'; export declare function Wrapper(props: IWrapperProps): JSX.Element; interface IWrapperProps { children: React.ReactNode; styles?: { [key: string]: string; }; } export {};