Files
owl/doc/readme.md
T
Géry Debongnie 3fdc7a48f3 [IMP] types: make component generic types optional
In most cases, we just want Component<any, Env>. But since it was so
annoying to have always the type Env, we actually used
Component<any,any> everywhere.

With this commit, the generic types have a default (and their order is
swapped), so we can simply use Component in most cases, and
Component<Props> when we want to type the props.
2020-02-06 09:37:44 +01:00

1.8 KiB

🦉 OWL Documentation 🦉

Learning Owl

Are you new to Owl? This is the place to start!

Reference

You will find here a complete reference of every feature, class or object provided by Owl.

Other Topics

This section provides miscellaneous document that explains some topics which cannot be considered either a tutorial, or reference documentation.


Found an issue in the documentation? A broken link? Some outdated information? Please open an issue or submit a PR!