UNPKG

@ecreeth/rn-ui

Version:

Highly customizable and theming components for React Native

24 lines (23 loc) 1.09 kB
// 请按名称排序放置 export { default as ActivityIndicator } from './ActivityIndicator'; export { default as Avatar } from './Avatar'; export { default as Badge } from './Badge'; export { default as Button } from './Button'; export { default as Card } from './Card'; export { default as CheckBox } from './CheckBox'; export { default as Divider } from './Divider'; export { default as Form } from './Form'; export { default as Grid } from './Grid'; export { default as HyperlinkButton } from './HyperlinkButton'; export { default as Image } from './Image'; export { default as ListItem } from './ListItem'; export { default as ListSection } from './ListSection'; export { default as Modal } from './Modal'; export { default as RadioButton } from './RadioButton'; export { default as Screen } from './Screen'; export { default as Subtitle } from './Subtitle'; export { default as Switch } from './Switch'; export { default as Text } from './Text'; export { default as TextInput } from './TextInput'; export { default as Title } from './Title'; export { default as View } from './View';