UNPKG

@prezly/theme-kit-react

Version:

Data layer and utility library for developing Prezly themes with NextJS

7 lines (6 loc) 324 B
import { BaseFormattedTime } from './BaseFormattedTime'; import type { Optional } from './utils'; export declare function FormattedTime(props: FormattedTime.Props): import("react/jsx-runtime").JSX.Element; export declare namespace FormattedTime { type Props = Optional<BaseFormattedTime.Props, 'locale' | 'timezone'>; }