UNPKG
@nafr/echo-ui
Version:
latest (1.0.0)
1.0.0
A UI library born for WAA
echoui.dev
@nafr/echo-ui
/
dist
/
types
/
packages
/
lib
/
log.d.ts
7 lines
(6 loc)
•
195 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
const
logger
: {
info
:
(
...
args
:
string
[]
) =>
void
;
warn
:
(
...
args
:
string
[]
) =>
void
;
error
:
(
...
args
:
string
[]
) =>
void
; };
export
declare
const
logBrand
:
() =>
void
;