UNPKG

disjsx

Version:

A library for creating Discord messages in JSX

4 lines 233 B
import { type SectionProps, type SectionPayload } from "../types"; import { type NodeProcessor } from "./types"; export declare const SectionNode: NodeProcessor<SectionPayload, SectionProps>; //# sourceMappingURL=SectionNode.d.ts.map