UNPKG

@mescius/dspdfviewer

Version:
17 lines (16 loc) 771 B
//@ts-ignore import React, { Component } from 'react'; //@ts-ignore import { Size, DateTimeValue } from '@grapecity/core-ui'; import { DateTimeEditorLocalization, DateTimeEditorProps } from './types'; import GcPdfViewer from '../../../GcPdfViewer'; //@ts-ignore //@ts-ignore export declare function renderDateTime(dateTimeValue: DateTimeValue | undefined | null, onChange: (color: DateTimeValue | undefined | null) => void, localization: DateTimeEditorLocalization, size?: Size, readOnly?: boolean): React.JSX.Element; export declare class DateTimeEditor extends Component<DateTimeEditorProps> { onChange: (dateTimeValue: DateTimeValue | undefined | null) => void; //@ts-ignore //@ts-ignore render(): React.JSX.Element; get viewer(): GcPdfViewer; }