Skip to content

Commit

Permalink
dist
Browse files Browse the repository at this point in the history
  • Loading branch information
arnog committed Aug 22, 2020
1 parent 265dd23 commit e04b3e9
Show file tree
Hide file tree
Showing 6 changed files with 196 additions and 199 deletions.
2 changes: 1 addition & 1 deletion dist/mathlive-static.css

Large diffs are not rendered by default.

194 changes: 96 additions & 98 deletions dist/mathlive.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mathlive.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mathlive.min.mjs

Large diffs are not rendered by default.

194 changes: 96 additions & 98 deletions dist/mathlive.mjs

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/public/mathfield.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export declare type InsertOptions = {
resetStyle?: boolean;
};
export interface Mathfield {
mode: ParseMode;
getConfig(keys: keyof MathfieldConfig): any;
getConfig(keys: string[]): MathfieldConfig;
getConfig(keys: keyof MathfieldConfig | string[]): any | MathfieldConfig;
Expand Down

0 comments on commit e04b3e9

Please sign in to comment.