react-native-ui-lib
Version:
[](https://stand-with-ukraine.pp.ua)
8 lines (7 loc) • 324 B
TypeScript
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;