UNPKG

disjsx

Version:

A library for creating Discord messages in JSX

4 lines 293 B
import { type MentionableSelectProps, type MentionableSelectPayload } from "../types"; import { type NodeProcessor } from "./types"; export declare const MentionableSelectNode: NodeProcessor<MentionableSelectPayload, MentionableSelectProps>; //# sourceMappingURL=MentionableSelectNode.d.ts.map