UNPKG

@ssa-ui-kit/widgets

Version:
6 lines (5 loc) 176 B
interface onDelete { onDelete?: () => void; } export declare const StoryComponent: ({ onDelete }: onDelete) => import("@emotion/react/jsx-runtime").JSX.Element; export {};