-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Types): ShorthandCollection (#13050)
* fix(Types): fix shorthandCollection Definition * fix(Types): add never * fix(Types): key in keyof * fix(types): shorthand * fix(types): optional * fix(Types): fix shorthandCollection Definition * fix(Types): add never * fix(Types): key in keyof * fix(types): shorthand * fix(types): optional * fix(Types): Partial typ * fix(Types): Fix toolbar usage * fix(Types): remove log * fix(Types): UIComponentProps * fix(Types): Shorthand type * fix(Types): Simplify * Update packages/fluentui/docs/src/examples/components/Toolbar/Performance/CustomToolbar.perf.tsx Co-authored-by: Oleksandr Fediashov <[email protected]> * Revert "Update packages/fluentui/docs/src/examples/components/Toolbar/Performance/CustomToolbar.perf.tsx" This reverts commit 6d1e555. * fix(Types): change type * fix(Types): fix usage * fix(types): fix usage * fix(types): Using PROPS * fix(types): Fix import * fix(types): fix usage * fix(types): fix usage * fix(Types): change default generic * chore(types): fix usage * improve typings in Toolbar * restore Dropdown to master * fix typings issues * prettify example * remove useless object parens * fix(types): kind selector * fix(types): add shorthand value * fix(Types): change items type in example * fix(types): kind optinal * fix(types): fix Co-authored-by: Oleksandr Fediashov <[email protected]> Co-authored-by: Oleksandr Fediashov <[email protected]>
- Loading branch information
1 parent
73cbfd0
commit 57c30dd
Showing
17 changed files
with
219 additions
and
212 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
packages/fluentui/docs/src/examples/components/Menu/Slots/MenuExampleDivider.shorthand.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...uentui/docs/src/examples/components/Menu/Slots/MenuExampleDividerHorizontal.shorthand.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.