UNPKG

oneframe-react

Version:

Oneframe React ## Components, Hooks, Helper Functions & State Management

5 lines (4 loc) 203 B
import React from 'react'; import { IDateTimePickerProps } from './type'; declare const _default: React.MemoExoticComponent<({ ...props }: IDateTimePickerProps) => JSX.Element>; export default _default;