UNPKG

gestalt

Version:

A set of React UI components which enforce Pinterest's design language

4 lines (3 loc) 140 B
type MinWidthType = 'lg' | 'md' | 'sm' | 'xs'; export default function useResponsiveMinWidth(): MinWidthType | null | undefined; export {};