/** * Custom editor that extends the built-in Ace editor to add a markdown toolbar. * @extends aceEditor */ export class AceCustomEditor { afterInputReady(): void; } //# sourceMappingURL=ace-custom.d.ts.map