Isaac Huang

Results 45 comments of Isaac Huang

![challenge_accepted_s](https://f.cloud.github.com/assets/1164470/1203249/049ac4fa-2551-11e3-88e3-22bf32ba4095.png) I will deal with it 8 hours later. XD

用 eslint 吧~ https://github.com/typescript-eslint/tslint-to-eslint-config

> (due to inherent limitations of a pure JS, pure client side, browser-based environment) Cloud you please give more explanation about those limitations? If I hope someday one can load...

Thank you for those details. :D My friend and I are working on the EPUB version of the bopomofo handbook for teachers. It's a small project paid by the Ministry...

Could you give us more details so I can takeover this issue maybe in May?

Cool. Thank you. I am not in a rush.

I see. It looks like the [`as` prop][1] in Semantic UI React. [1]: https://react.semantic-ui.com/augmentation/

A proper type for `as`: ```typescript import React, { FC, ElementType } from 'react'; interface Props { as?: ElementType; } const Comp: FC = ({ as: Comp = 'div' })...

Should I close this one because #468 is already merged?

還有 `style` ,看來可以參考看看: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/react/index.d.ts#L1743