UNPKG

340 BTypeScriptView Raw
1import type { LabelBackgroundProps } from '../types';
2declare const LabelBackground: ({ parentState, labelProps: { placeholderStyle, baseLabelTranslateX, topPosition, hasActiveOutline, label, backgroundColor, roundness, }, labelStyle, maxFontSizeMultiplier, }: LabelBackgroundProps) => JSX.Element[] | null;
3export default LabelBackground;