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

13 lines (12 loc) 254 B
export type PositionTypes = { position?: string; top?: string; right?: string; bottom?: string; left?: string; float?: string; transform?: string; transform_style?: string; translate?: string; z_index?: number; };