reflexy
Version:
Flexbox layout react components
4 lines (3 loc) • 308 B
TypeScript
import type { FlexProps, OverflowProps } from '../../Flex';
export declare const getFillValue: (propValue: FlexProps["vfill"]) => string | undefined;
export declare const getOverflowValue: (overflowValue: OverflowProps["overflow"], scrollableValue: OverflowProps["scrollable"]) => OverflowProps["overflow"];