@zohodesk/components
Version:
In this Package, we Provide Some Basic Components to Build Web App
21 lines • 502 B
JavaScript
export const DropDownItemContainer_defaultProps = {
dataId: 'drpdwnItemContainer'
};
export const DropDownHeading_defaultProps = {
customClass: '',
children: null,
palette: 'light',
a11y: {},
dataId: 'DropDownHeading',
dataSelectorId: 'dropdownHeading'
};
export const DropDownItem_defaultProps = {
active: false,
dataId: 'dropDwnItemContainer'
};
export const DropDownSearch_defaultProps = {
size: 'medium',
textBoxSize: 'medium',
customClass: {},
dataId: 'DropDownSearch'
};