IOweb/node_modules/satteri/dist/mdx-attr.d.ts
2026-07-03 15:07:38 -05:00

2 lines
163 B
TypeScript

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