updating UI documentation
Summary: adding documentation for more of our UI components. Deleted some unused components, which were not working anyways. Reviewed By: jknoxville Differential Revision: D12896109 fbshipit-source-id: 959c7864240883869ad67283f80a3c189b94bf00
This commit is contained in:
committed by
Facebook Github Bot
parent
640dee6645
commit
95a7298d21
@@ -17,7 +17,7 @@ export {default as ButtonGroup} from './components/ButtonGroup.js';
|
||||
export {colors, darkColors, brandColors} from './components/colors.js';
|
||||
|
||||
//
|
||||
export {default as Glyph, ColoredIcon} from './components/Glyph.js';
|
||||
export {default as Glyph} from './components/Glyph.js';
|
||||
|
||||
//
|
||||
export {default as LoadingIndicator} from './components/LoadingIndicator.js';
|
||||
@@ -86,8 +86,6 @@ export {
|
||||
default as ContextMenuProvider,
|
||||
} from './components/ContextMenuProvider.js';
|
||||
export {default as ContextMenu} from './components/ContextMenu.js';
|
||||
export {default as InlineContextMenu} from './components/InlineContextMenu.js';
|
||||
export {default as Dropdown} from './components/Dropdown.js';
|
||||
|
||||
// file
|
||||
export type {FileListFile, FileListFiles} from './components/FileList.js';
|
||||
|
||||
Reference in New Issue
Block a user