index
:
timeline.git
dev
main
release
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
FrontEnd
/
src
/
@types
/
non-ts-files.d.ts
blob: 9f43dc9b9bb07b2ddf29c597a27f634b6951896f (
plain
)
1
2
3
4
declare
module
"*.png"
{
const
url
:
string
;
export
default
url
;
}