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