react-native-paper
Version:
Material design for React Native
5 lines (4 loc) • 338 B
TypeScript
/// <reference types="react" />
import type { LabelBackgroundProps } from '../types';
declare const LabelBackground: ({ parentState, labelProps: { placeholderStyle, baseLabelTranslateX, topPosition, hasActiveOutline, label, backgroundColor, }, labelStyle, }: LabelBackgroundProps) => JSX.Element[] | null;
export default LabelBackground;