戣蓦
戣蓦
https://github.com/McDaddy/erda-ui-components 重现地址上面已经贴了 @PeachScript
关注ing...
> ```ts > interface Example { > a: string; > b: string | number; > c: () => void; > d: {}; > } > > type ConditionalPick = {...
 结果看起来没问题,但好像有报错
碰到同样问题, 有解决方法么?
Any update for this issue? My case is scroll top to load more data, I think it's a very command case. Do we have any workaround for this?
to describe more. ``` switch msg := msg.(type) { case tea.KeyPressMsg: if s := msg.String(); s == "ctrl+c" || s == "q" || s == "esc" { return m, tea.Quit...