@quillforms/utils
Version:
Utils package for defining some helpful functions
9 lines (8 loc) • 498 B
text/typescript
export { default as getDefaultThemeProperties } from './get-default-theme-properties';
export { default as getDefaultMessages } from './get-default-messages';
export { default as identAlphabetically } from './ident-alphabetically';
export { isValidIcon } from './is-valid-icon';
export { normalizeIconObject } from './normalize-icon-object';
export { default as formatMoney } from './format-money';
export { useCx } from './use-cx';
export { css, keyframes, Global } from '@emotion/react';