react-native-ui-lib
Version:
[](https://stand-with-ukraine.pp.ua)
15 lines (14 loc) • 588 B
TypeScript
import React from 'react';
import { HintPositions, HintProps } from './types';
declare const Hint: {
(props: HintProps): string | number | true | React.JSX.Element | Iterable<React.ReactNode> | null;
displayName: string;
positions: typeof HintPositions;
};
export { HintProps, Hint };
declare const _default: React.ForwardRefExoticComponent<HintProps & React.RefAttributes<any>> & {
(props: HintProps): string | number | true | React.JSX.Element | Iterable<React.ReactNode> | null;
displayName: string;
positions: typeof HintPositions;
};
export default _default;