UNPKG
cli-legend
Version:
latest (1.0.0)
1.0.0
"A fun command-line rogurelike dungeon game"
github.com/SamparkBhol/roguemaze
SamparkBhol/roguemaze
cli-legend
/
RogueMaze
/
node_modules
/
@inquirer
/
core
/
dist
/
esm
/
lib
/
use-prefix.d.ts
6 lines
(5 loc)
•
162 B
TypeScript
View Raw
1
2
3
4
5
6
import
type
{
Theme
,
Status
}
from
'./theme.js'
;
export
declare
function
usePrefix
(
{ status, theme, }: { status?: Status; theme?: Theme; }
):
string
;