UNPKG

@zohodesk/components

Version:

Dot UI is a customizable React component library built to deliver a clean, accessible, and developer-friendly UI experience. It offers a growing set of reusable components designed to align with modern design systems and streamline application development

12 lines 407 B
import { MultiSelect_defaultProps } from "../../MultiSelect/props/defaultProps"; import { Select_defaultProps } from "../../Select/props/defaultProps"; export const ColorSingleSelect_defaultProps = { ...Select_defaultProps, className: '', options: [], customProps: {}, customClass: {} }; export const ColorMultiSelect_defaultProps = { ...MultiSelect_defaultProps, options: [], customProps: {} };