UNPKG

disjsx

Version:

A library for creating Discord messages in JSX

4 lines 269 B
import { type ChannelSelectProps, type ChannelSelectPayload } from "../types"; import { type NodeProcessor } from "./types"; export declare const ChannelSelectNode: NodeProcessor<ChannelSelectPayload, ChannelSelectProps>; //# sourceMappingURL=ChannelSelectNode.d.ts.map