UNPKG

@seidhr/sanity-plugin-timespan-input

Version:

Make it easier to add timespan information with the help of Extended Date Time Format (EDTF).

8 lines (7 loc) 210 B
import { ReactNode } from 'react'; import { TimespanValue } from '../types'; interface PreviewProps { value: TimespanValue; } export declare function Preview({ value }: PreviewProps): ReactNode; export {};