UNPKG

react-native-textindicator-sectionlist-sidebar

Version:
10 lines 368 B
import React from "react"; import { StyleProp, ViewStyle } from "react-native"; interface TextIndicatorProps { isShow: boolean; style?: StyleProp<ViewStyle>; text?: string; } declare const _default: React.MemoExoticComponent<({ isShow, style, text }: TextIndicatorProps) => JSX.Element>; export default _default; //# sourceMappingURL=TextIndicator.d.ts.map