index
:
taler/wallet-core.git
age-withdraw
wallet-core fork
oec
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
anastasis-webui
/
src
/
declaration.d.ts
blob: bbff36e8a37478a4449499ce8f33350e8b7244c1 (
plain
)
1
2
3
4
declare
module
"*.css"
{
const
mapping
:
Record
<
string
,
string
>
;
export
default
mapping
;
}