UNPKG

rn-custom-style-sheet

Version:

React Native component to select a specific value from a range of values.

6 lines (4 loc) 156 B
import type { MediaQueryAllQueryable } from '../../Components'; export type MediaQuerySettings = Partial< MediaQueryAllQueryable & { query?: string } >;