-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Export expandColor
function from lib/utils/constants
#1136
Comments
Hey, I would like to take this |
In constants.ts file the Line 277
I am not sure what I am supposed to here. @TejasQ @mpotomin can you please guide me? Thank you. |
Hey @harshil1712.
import { expandColor } from "@operational/components/lib/utils/constants"; It looks a bit awkward and gives the feeling of getting things from the library internals. We could improve that by exporting this function as a part of the library's public API. You can find the example of the util function Exporting import { expandColor } from "@operational/components"; |
As a library user, I would like to have an access to
expandColor
function located in@operational/components/lib/utils/constants
therefore it would be nice to have it exported as a part of public lib APIThe text was updated successfully, but these errors were encountered: