20 lines
490 B
JavaScript
Executable File
20 lines
490 B
JavaScript
Executable File
// @ts-check
|
|
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
|
|
export function DefaultSettings() {
|
|
return window['go']['main']['App']['DefaultSettings']();
|
|
}
|
|
|
|
export function Preview(arg1) {
|
|
return window['go']['main']['App']['Preview'](arg1);
|
|
}
|
|
|
|
export function SampleText() {
|
|
return window['go']['main']['App']['SampleText']();
|
|
}
|
|
|
|
export function Upload(arg1) {
|
|
return window['go']['main']['App']['Upload'](arg1);
|
|
}
|