@eds/utils-components
v4.0.16
UtilsComponents
A util library of component related functionAccepts a string and returns the string with the first letter capitalised.
// {// a11y,// address_input,// badge,// ...// }
A single object containing all the exported modules from each package
// {// ...a11y,// ...address_input,// ...badge,// ...// }
An object with each package name mapped to all of its available exports
// {// a11y: ['VisuallyHidden', 'visuallyHiddenStyles', 'SkipTo'],// address-input: ['SelectItemOverride', 'AddressInput' ],// ...// }