mirror of
https://github.com/SomboChea/ui
synced 2026-01-21 10:36:10 +07:00
fix: remove any types and added additional component state interfaces
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
* Mock response for logo api
|
||||
* @returns {promise}
|
||||
*/
|
||||
export default function() {
|
||||
export default function<T>(): Promise<T> {
|
||||
return Promise.resolve('http://localhost/-/static/logo.png');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user