UNPKG

disjsx

Version:

A library for creating Discord messages in JSX

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