Skip to content

Commit

Permalink
Updated Flow type for DevTools tab id
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn committed Aug 2, 2019
1 parent 62e5fd5 commit abbaedd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devtools/views/DevTools.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import type { InspectedElement } from 'src/devtools/views/Components/types';
import type { FrontendBridge } from 'src/bridge';

export type BrowserTheme = 'dark' | 'light';
export type TabID = 'components' | 'profiler' | 'settings';
export type TabID = 'components' | 'profiler';
export type ViewElementSource = (
id: number,
inspectedElement: InspectedElement
Expand Down

0 comments on commit abbaedd

Please sign in to comment.