@awesome-fe/translate
Version:
Translation utils
15 lines (14 loc) • 467 B
TypeScript
export declare const mastToHastHandlers: {
emphasis: (h: any, node: any) => any;
strong: (h: any, node: any) => any;
listItem: (h: any, node: any) => any;
linkReference: (h: any, node: any) => any;
anchor: (h: any, node: any) => any;
html: (h: any, node: any) => any;
htmlRaw: (h: any, node: any) => any;
comment: (h: any, node: any) => {
type: string;
value: any;
};
originalId: (h: any, node: any) => any;
};