@zohodesk/dot
Version:
In this Library, we Provide Some Basic Components to Build Your Application
44 lines • 919 B
JavaScript
export const AccountName_defaultProps = {
isLink: true,
dataId: 'accountName',
fontWeight: 'regular',
customProps: {}
};
export const ContactName_defaultProps = {
isPaidUser: false,
isLink: true,
dataId: 'contactName',
fontWeight: 'regular',
i18nKeys: {},
customProps: {}
};
export const Email_defaultProps = {
isLink: true,
fontWeight: 'regular',
customProps: {}
};
export const PhoneNumber_defaultProps = {
isLink: true,
hasReload: false,
fontWeight: 'regular',
customProps: {}
};
export const PriorityText_defaultProps = {
color: 'black',
dataId: 'priority'
};
export const SecondaryText_defaultProps = {
customProps: {}
};
export const StatusText_defaultProps = {
color: 'black',
dataId: 'statusContainer',
fontWeight: 'regular'
};
export const TicketId_defaultProps = {
dataId: 'ticketId',
customProps: {}
};
export const Website_defaultProps = {
isLink: true
};