Users need a way to create stable hashes in Stitches that can be assigned via a build tool. The proposed solution is to implement a `withConfig` API that accepts an object, including a `componentId` field to be used as the component's hash.
**Is your feature request related to a problem? Please describe.** Currently we have no way of creating stable hashes in Stitches that can be assigned via a build tool **Describe the solution you'd like** Implement a withConfig api that accepts an object inside that object we're gonna add a componentId field that will be used as the hash for the component **Additional context** In addition to componentId, the withConfig api will accept other properties that we will add later like the one discussed [here](https://github.com/stitchesjs/stitches/pull/1005#issuecomment-1147939568)