UNPKG

roko-date-picker

Version:
3 lines (2 loc) 122 B
import { LayoutRectangle } from "react-native"; export type tLayoutRectangle = Pick<LayoutRectangle, "width" | "height">;