gather-content-ui
Version:
GatherContent UI Library
7 lines • 324 B
TypeScript
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