@difizen/magent-au
Version:
9 lines • 323 B
TypeScript
import React from 'react';
import './index.less';
export declare const SelectedItem: ({ icon, title, description, onDelete, }: {
icon: React.ReactNode;
title: string;
description: string;
onDelete?: (() => void) | undefined;
}) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=index.d.ts.map