UNPKG

disjsx

Version:

A library for creating Discord messages in JSX

4 lines 251 B
import { type RoleSelectProps, type RoleSelectPayload } from "../types"; import { type NodeProcessor } from "./types"; export declare const RoleSelectNode: NodeProcessor<RoleSelectPayload, RoleSelectProps>; //# sourceMappingURL=RoleSelectNode.d.ts.map