andycmaj / react-chat-renderer

React JSX factory implementation for Slack
15 stars 0 forks source link

add Typescript defs #3

Closed andycmaj closed 4 years ago

andycmaj commented 5 years ago

goal is to be able to see react component props in VSCode intellisense

andycmaj commented 5 years ago

use @slack/types to enforce return type safety

andycmaj commented 4 years ago

16