mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 16:40:57 +00:00
12 lines
344 B
TypeScript
12 lines
344 B
TypeScript
export declare class PreserveOrdering {
|
|
readonly data: any;
|
|
constructor(data: any);
|
|
}
|
|
export declare function stringifySyml(value: any): string;
|
|
export declare namespace stringifySyml {
|
|
var PreserveOrdering: typeof import("./syml").PreserveOrdering;
|
|
}
|
|
export declare function parseSyml(source: string): {
|
|
[key: string]: any;
|
|
};
|