UNPKG
create-h-ui-cli
Version:
latest (1.0.10)
1.0.10
1.0.9
1.0.0
cli of h-ui
github.com/ayangliayangli/h-ui
ayangliayangli/h-ui
create-h-ui-cli
/
lib
/
node
/
shared
/
logger.d.ts
9 lines
(8 loc)
•
212 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
declare
const
_default
: {
info
(
text
:
string
):
void
;
success
(
text
:
string
):
void
;
warning
(
text
:
string
):
void
;
error
(
text
:
string
):
void
;
title
(
text
:
string
):
void
; }; export
default
_default;