@awesome-fe/translate
Version:
Translation utils
16 lines (15 loc) • 515 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;
};
ngInlineAt: (h: any, node: any) => any;
ngDocDirective: (h: any, node: any) => any;
};