index
:
create-riot-component.git
master
Create a component skeleton for riot.js. Designed to be used with ES6 import syntax and SASS.
Git Server
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
typings.d.ts
blob: 09eae417760f6819cf8be03111796af0d536ec45 (
plain
)
1
2
3
4
declare module
"*.json"
{
const
value
:
any
;
export default
value
;
}