upload, string extensions, lgres
This commit is contained in:
7
lib/utility/lgres.d.ts
vendored
Normal file
7
lib/utility/lgres.d.ts
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
export function init(dom?: HTMLElement, ahead?: | { callback?: (result: any) => void }): Promise<any>
|
||||
export function r(key: string, defaultValue?: any): any
|
||||
export const lang: {
|
||||
get current(): string,
|
||||
get unknownError(): string,
|
||||
get savedSuccessfully(): string
|
||||
}
|
Reference in New Issue
Block a user