gather-content-ui
Version:
GatherContent UI Library
13 lines • 523 B
TypeScript
export declare function InventoryItem({ isPreviewActive, isPreview, iconName, className, tooltipClassName, tooltipText, tooltipPlacement, id, ...rest }: any): import("react/jsx-runtime").JSX.Element;
export declare namespace InventoryItem {
var defaultProps: {
isPreviewActive: boolean;
isPreview: boolean;
className: string;
tooltipClassName: string;
tooltipText: string;
tooltipPlacement: string;
id: string;
};
}
//# sourceMappingURL=InventoryItem.d.ts.map