Merge pull request #221 from IBM/generate-types

docs: document available components in README
This commit is contained in:
Eric Liu 2020-07-26 21:22:19 -07:00 committed by GitHub
commit 025865f046
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3928 additions and 4 deletions

3930
README.md

File diff suppressed because it is too large Load diff

View file

@ -57,7 +57,7 @@
/** /**
* Set to `true` to disable the button * Set to `true` to disable the button
* @type [boolean] [disabled=false] * @type {boolean} [disabled=false]
*/ */
export let disabled = false; export let disabled = false;