gather-content-ui
Version:
GatherContent UI Library
18 lines • 659 B
TypeScript
import { ItemRow as ItemRowComponent } from "../../index";
declare const _default: {
title: string;
component: typeof ItemRowComponent;
args: {
stacked: boolean;
bordered: boolean;
draggedAbove: boolean;
draggedBelow: boolean;
showParticipants: boolean;
commentCount: number;
templateName: string;
itemName: string;
};
};
export default _default;
export declare function ItemRow({ stacked, bordered, draggedAbove, draggedBelow, commentCount, templateName, showParticipants, itemName, }: any): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=ItemRow.stories.d.ts.map