stuff
This commit is contained in:
parent
bc92231240
commit
b8225c639e
11904 changed files with 1472749 additions and 133 deletions
6
node_modules/mathjax-full/js/output/common/Wrappers/ms.d.ts
generated
vendored
Normal file
6
node_modules/mathjax-full/js/output/common/Wrappers/ms.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import { AnyWrapper, WrapperConstructor, Constructor } from '../Wrapper.js';
|
||||
export interface CommonMs extends AnyWrapper {
|
||||
createText(text: string): AnyWrapper;
|
||||
}
|
||||
export declare type MsConstructor = Constructor<CommonMs>;
|
||||
export declare function CommonMsMixin<T extends WrapperConstructor>(Base: T): MsConstructor & T;
|
||||
Loading…
Add table
Add a link
Reference in a new issue