1 parent cac0fdb commit eeea844Copy full SHA for eeea844
1 file changed
index.d.ts
@@ -0,0 +1,10 @@
1
+import type { MarkedExtension } from 'marked';
2
+
3
+export interface MarkedGithubEmojiOptions {
4
+ /** CSS class for `<img>` fallback elements. Default: `"gh-emoji"`. */
5
+ className?: string;
6
+ /** Inline style for `<img>` fallback elements. Default: `"height: 1.25em; vertical-align: text-top;"`. */
7
+ style?: string;
8
+}
9
10
+export function markedGithubEmoji(options?: MarkedGithubEmojiOptions): MarkedExtension;
0 commit comments