KasperskyLab / uif

Integration Platform to build UI and Web Services
https://kasperskylab.github.io/uif/components/
Apache License 2.0
35 stars 4 forks source link

Add typings to UI Builder #43

Open vostrik opened 6 months ago

vostrik commented 6 months ago

It will very helpful to add typings for UI Builder. For 3 reasons:

  1. For users (developers) — they get types for each handler type etc.
  2. For maintainers — it will be more predictable to work with current code.
  3. Also it unblocks the next step — @kaspersky/form-builder. Tool to build UI forms from typed code.