Skip to content

Commit

Permalink
export typings entries for component that are missing typings
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanshar committed Apr 15, 2020
1 parent acade66 commit 68f8083
Showing 1 changed file with 80 additions and 3 deletions.
83 changes: 80 additions & 3 deletions generatedTypes/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,83 @@
* Please use this file for declaring all the exports, so they could be picked up by typescript's complier
*/
export * from './style';
export { default as View } from './components/view';
export { default as Text } from './components/text';
export { ActionBar, ActionSheet, Avatar, Badge, Button, Card, Carousel, ConnectionStatusBar, Dialog, Drawer, FloatingButton, FeatureHighlight, Hint, Image, BaseInput, TextArea, TextField, MaskedInput, ListItem, PageControl, PanningProvider, PanGestureView, PanListenerView, PanDismissibleView, PanResponderView, Picker, ProgressBar, Slider, GradientSlider, ColorSliderGroup, Stepper, TabBar, TagsInput, RadioButton, RadioGroup, SharedTransition, StackAggregator, Toast, WheelPickerDialog, Assets, BaseComponent, PureBaseComponent, UIComponent, forwardRef, AvatarHelper, Constants, DocsGenerator, LogService, LoaderScreen, Modal, StateScreen, WheelPicker, Incubator, ColorPicker, TouchableOpacity } from '../typings';
export {default as View} from './components/view';
export {default as Text} from './components/text';

/* All components with manual typings */
export {
ActionBar,
ActionSheet,
Avatar,
Badge,
Button,
Card,
Carousel,
ConnectionStatusBar,
Dialog,
Drawer,
FloatingButton,
FeatureHighlight,
Hint,
Image,
BaseInput,
TextArea,
MaskedInput,
ListItem,
PageControl,
PanningProvider,
PanGestureView,
PanListenerView,
PanDismissibleView,
PanResponderView,
ProgressBar,
Slider,
GradientSlider,
ColorSliderGroup,
Stepper,
TabBar,
TagsInput,
RadioButton,
RadioGroup,
SharedTransition,
StackAggregator,
Toast,
WheelPickerDialog,
Assets,
BaseComponent,
PureBaseComponent,
UIComponent,
forwardRef,
AvatarHelper,
Constants,
DocsGenerator,
LogService,
LoaderScreen,
Modal,
StateScreen,
WheelPicker,
Incubator,
ColorPicker,
TouchableOpacity
} from '../typings';

/* All components that are missing either manual or auto generated typings */
export const AnimatedImage;
export const AnimatedScanner;
export const Checkbox;
export const ColorPalette;
export const ColorSwatch;
export const DateTimePicker;
export const HighlighterOverlayView;
export const Keyboard;
export const KeyboardAwareListView;
export const KeyboardAwareScrollView;
export const Picker;
export const SafeAreaInsetsManager;
export const SafeAreaSpacerView;
export const ScrollBar;
export const SelectableComponent;
export const Switch;
export const TabController;
export const TextField;
export const Wizard;

0 comments on commit 68f8083

Please sign in to comment.