UNPKG

disjsx

Version:

A library for creating Discord messages in JSX

4 lines 263 B
import { type StringSelectProps, type StringSelectPayload } from "../types"; import { type NodeProcessor } from "./types"; export declare const StringSelectNode: NodeProcessor<StringSelectPayload, StringSelectProps>; //# sourceMappingURL=StringSelectNode.d.ts.map