gather-content-ui
Version:
GatherContent UI Library
8 lines • 364 B
TypeScript
import React, { HTMLAttributes } from "react";
interface Props extends HTMLAttributes<HTMLLIElement> {
leftContent?: React.ReactNode;
active?: boolean;
}
export declare function RevisionListItem({ children, className, leftContent, active, ...rest }: Props): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=RevisionListItem.d.ts.map