forked from gabrielbull/react-desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwindows.js
More file actions
11 lines (11 loc) · 779 Bytes
/
windows.js
File metadata and controls
11 lines (11 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
export { default as Button } from './src/button/windows/button';
export { default as Checkbox } from './src/checkbox/windows/checkbox';
export { default as Label } from './src/label/windows/label';
export { default as MasterDetailsView } from './src/masterDetailsView/windows/masterDetailsView';
export { default as ProgressCircle } from './src/progressCircle/windows/progressCircle';
export { default as SplitView } from './src/splitView/windows/splitView';
export { default as Text } from './src/text/windows/text';
export { default as TextInput } from './src/textInput/windows/textInput';
export { default as TitleBar } from './src/titleBar/windows/titleBar';
export { default as View } from './src/view/view';
export { default as Window } from './src/window/windows/window';