react-native-textindicator-sectionlist-sidebar
Version:
react-native-textindicator-sectionlist-sidebar
10 lines • 368 B
TypeScript
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