Skip to content

Commit

Permalink
Update packages/fluentui/docs/src/examples/components/Toolbar/Perform…
Browse files Browse the repository at this point in the history
…ance/CustomToolbar.perf.tsx

Co-authored-by: Oleksandr Fediashov <alexander.mcgarret@gmail.com>
  • Loading branch information
assuncaocharles and layershifter authored May 11, 2020
1 parent 57c955f commit 6d1e555
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -337,9 +337,7 @@ interface CustomToolbarProps {

type CustomToolbarLayout = (
props: CustomToolbarProps,
) =>
| ShorthandCollection<ToolbarItemProps | ToolbarCustomItemProps, ToolbarItemShorthandKinds>
| ShorthandCollection<ToolbarItemProps | ToolbarCustomItemProps>;
) => ToolbarProps['items']

const commonLayout: CustomToolbarLayout = props =>
[
Expand Down

0 comments on commit 6d1e555

Please sign in to comment.