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) 232 B
import { ReactNode } from 'react'; export declare const Period: ({ start, end, name, variant, }: { name: string; start?: string; end?: string; variant?: 'fuzzy' | 'certain' | 'unknown' | 'infinity'; }) => ReactNode;