jorgebucaran / superfine

Absolutely minimal view layer for building web interfaces
https://git.io/super
MIT License
1.56k stars 78 forks source link

update typings #144

Closed tscholl2 closed 5 years ago

tscholl2 commented 5 years ago

This updates the type definitions with the latest changes.

One small change, I made props not optional on the interface because everywhere where createVNode is called, the props is defined. I don't know if that is what you intended semantically though.

codecov-io commented 5 years ago

Codecov Report

Merging #144 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #144   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines         183    183           
  Branches       52     52           
=====================================
  Hits          183    183

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 48efeb6...1602b49. Read the comment docs.