react-native-paper
Version:
Material design for React Native
5 lines • 412 B
TypeScript
import * as React from 'react';
import type { LabelBackgroundProps } from '../types';
declare const LabelBackground: ({ labeled, labelLayoutWidth, placeholderStyle, baseLabelTranslateX, topPosition, label, backgroundColor, roundness, labelStyle, maxFontSizeMultiplier, testID, }: LabelBackgroundProps) => (React.JSX.Element | null)[];
export default LabelBackground;
//# sourceMappingURL=LabelBackground.d.ts.map