UNPKG

disjsx

Version:

A library for creating Discord messages in JSX

4 lines 245 B
import { type SeparatorProps, type SeparatorPayload } from "../types"; import { type NodeProcessor } from "./types"; export declare const SeparatorNode: NodeProcessor<SeparatorPayload, SeparatorProps>; //# sourceMappingURL=SeparatorNode.d.ts.map