feat: update
This commit is contained in:
16
components/index.ts
Normal file
16
components/index.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
/**
|
||||
* Components 统一导出
|
||||
*/
|
||||
|
||||
// 主题组件
|
||||
export { ThemedText, ThemedView, Text, View, useThemeColor } from './Themed';
|
||||
export type { ThemedTextProps, ThemedViewProps, TextProps, ViewProps } from './Themed';
|
||||
|
||||
// 主题演示
|
||||
export { ThemeDemo } from './ThemeDemo';
|
||||
|
||||
// 工具组件
|
||||
export { ExternalLink } from './ExternalLink';
|
||||
export { MonoText } from './StyledText';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user