index
:
wechat_dev_tools
main
gleam dev tools to build wechat miniprogram
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
app
/
components
/
basic
/
basic.gleam
blob: 10ce88576630b6f9bcd2ae72c33f91eca1367881 (
plain
)
1
2
3
4
5
import wechat/object.{type JsObject} pub fn component() -> JsObject { object.new() }