UNPKG

@kubit-ui-web/react-components

Version:

Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience

10 lines (9 loc) 197 B
export type MeasuresTypes = { box_sizing?: string; width?: string; min_width?: string; max_width?: string; height?: string; min_height?: string; max_height?: string; };