We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3a7432 commit 48cf8d5Copy full SHA for 48cf8d5
flow-typed/npm/@box/blueprint-web-assets_vx.x.x.js
@@ -9,6 +9,10 @@ declare module '@box/blueprint-web-assets/icons/Medium' {
9
declare export var XMark: React$ComponentType<any>;
10
declare export var Comment: React$ComponentType<any>;
11
declare export var Metadata: React$ComponentType<any>;
12
+ declare export var ChevronDown: React$ComponentType<any>;
13
+ declare export var ChevronUp: React$ComponentType<any>;
14
+ declare export var RightSidebarChevronClose: React$ComponentType<any>;
15
+ declare export var RightSidebarChevronOpen: React$ComponentType<any>;
16
}
17
18
declare module '@box/blueprint-web-assets/icons/MediumFilled' {
0 commit comments