@uiw/react-native
Version:
UIW for React Native
14 lines (13 loc) • 385 B
TypeScript
import { StyleProp, ViewStyle } from 'react-native';
import { MarqueeProps } from './Marquee';
export declare type NoticeBarProps = {
children?: any;
mode?: string;
onPress?: any;
icon?: any;
action?: any;
style?: StyleProp<ViewStyle>;
marqueeProps?: MarqueeProps;
};
declare const _default: (props: NoticeBarProps) => JSX.Element;
export default _default;