UNPKG

seyfert-html-transcripts

Version:
11 lines (10 loc) 357 B
import type { ActionRow, ActionRowMessageComponents } from 'seyfert'; import React from 'react'; export default function ComponentRow({ row, id }: { row: ActionRow; id: number; }): React.JSX.Element; export declare function Component({ component, id }: { component: ActionRowMessageComponents; id: number; }): React.JSX.Element | undefined;