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) 324 B
import React from 'react'; import { LabelProps } from './types'; declare const Label: { ({ label, labelColor, labelStyle, labelProps, validationMessagePosition, floatingPlaceholder, showMandatoryIndication, enableErrors, testID }: LabelProps): React.JSX.Element | null; displayName: string; }; export default Label;