@quillforms/utils
Version:
Utils package for defining some helpful functions
9 lines • 533 B
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';
//# sourceMappingURL=index.d.ts.map