2 lines
163 B
TypeScript
2 lines
163 B
TypeScript
import type { MdxJsxAttributeUnion } from "./types.js";
|
|
export declare function decodeMdxJsxAttr(kind: number, name: string, value: string): MdxJsxAttributeUnion;
|