28 lines
672 B
JavaScript
Executable File
28 lines
672 B
JavaScript
Executable File
// @ts-check
|
|
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
|
|
export function Close() {
|
|
return window['go']['main']['App']['Close']();
|
|
}
|
|
|
|
export function Enter(arg1) {
|
|
return window['go']['main']['App']['Enter'](arg1);
|
|
}
|
|
|
|
export function Search(arg1) {
|
|
return window['go']['main']['App']['Search'](arg1);
|
|
}
|
|
|
|
export function SearchDict(arg1) {
|
|
return window['go']['main']['App']['SearchDict'](arg1);
|
|
}
|
|
|
|
export function SearchMath(arg1) {
|
|
return window['go']['main']['App']['SearchMath'](arg1);
|
|
}
|
|
|
|
export function SearchMathEql(arg1) {
|
|
return window['go']['main']['App']['SearchMathEql'](arg1);
|
|
}
|