@zohodesk/dot
Version:
In this Library, we Provide Some Basic Components to Build Your Application
18 lines • 370 B
JavaScript
export const SecondryPanel_defaultProps = {
className: ''
};
export const SecondryPanelUL_defaultProps = {
className: '',
align: 'baseline'
};
export const SecondryPanelLI_defaultProps = {
isShrink: true,
className: ''
};
export const SecondryPanelItem_defaultProps = {
clipped: true,
dotSpacingType: 'list',
flex: true,
isDot: true,
className: ''
};