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

11 lines (10 loc) 267 B
export type BackgroundTypes = { background?: string; background_color?: string; background_image?: string; background_position?: string; background_repeat?: string; background_size?: string; opacity?: string; accent_color?: string; };