UNPKG

gather-content-ui

Version:
7 lines 324 B
import { HTMLAttributes } from "react"; interface Props extends HTMLAttributes<HTMLDivElement> { timestamp: string; } export declare function RevisionListTimestamp({ timestamp, className, children, ...rest }: Props): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=RevisionListTimestamp.d.ts.map