mirror of
https://github.com/zadam/trilium.git
synced 2025-12-04 22:44:25 +01:00
Removed unnecessary declare keyboard
This commit is contained in:
parent
d5e601eae9
commit
4110fec94f
@ -9,15 +9,15 @@ import '../../theme/mathform.css';
|
|||||||
import type { KatexOptions } from '../typings-external.js';
|
import type { KatexOptions } from '../typings-external.js';
|
||||||
|
|
||||||
export default class MainFormView extends View {
|
export default class MainFormView extends View {
|
||||||
public declare saveButtonView: ButtonView;
|
public saveButtonView: ButtonView;
|
||||||
public declare mathLiveInputView: MathLiveInputView;
|
public mathLiveInputView: MathLiveInputView;
|
||||||
public declare rawLatexInputView: RawLatexInputView;
|
public rawLatexInputView: RawLatexInputView;
|
||||||
public declare rawLatexLabel: LabelView;
|
public rawLatexLabel: LabelView;
|
||||||
public declare displayButtonView: SwitchButtonView;
|
public displayButtonView: SwitchButtonView;
|
||||||
public declare cancelButtonView: ButtonView;
|
public cancelButtonView: ButtonView;
|
||||||
public declare previewEnabled: boolean;
|
public previewEnabled: boolean;
|
||||||
public declare previewLabel?: LabelView;
|
public previewLabel?: LabelView;
|
||||||
public declare mathView?: MathView;
|
public mathView?: MathView;
|
||||||
public override locale: Locale;
|
public override locale: Locale;
|
||||||
|
|
||||||
constructor(
|
constructor(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user