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