IOweb/node_modules/satteri/dist/hast/element-props.d.ts
2026-07-03 15:07:38 -05:00

2 lines
161 B
TypeScript

export type HastPropertyValue = string | number | boolean | string[];
export declare function decodeElementProp(kind: number, value: string): HastPropertyValue;