UNPKG

react-native-ui-lib

Version:

[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner-direct.svg)](https://stand-with-ukraine.pp.ua)

8 lines (7 loc) 238 B
import React from 'react'; import { FloatingPlaceholderProps } from './types'; declare const FloatingPlaceholder: { (props: FloatingPlaceholderProps): React.JSX.Element; displayName: string; }; export default FloatingPlaceholder;