UNPKG

@blocklet/ui-react

Version:

Some useful front-end web components that can be used in Blocklets.

3 lines (2 loc) 203 B
import { WebhookItemProps } from '../../@types'; export default function WebhookItem({ onTest, onDelete, onSave, onCancel, type, url, edit, }: WebhookItemProps): import("react/jsx-runtime").JSX.Element;