UNPKG

@td-design/react-native

Version:

react-native UI组件库

8 lines 232 B
import { FC } from 'react'; import { StyleProp, ViewStyle } from 'react-native'; interface HeadProps { headerStyle?: StyleProp<ViewStyle>; } export declare const Head: FC<HeadProps>; export {}; //# sourceMappingURL=Head.d.ts.map