This PR allows users to pass in a patterns table and a overrideDefaults boolean into the customPatterns table. The changes are backwards compatible and type safe. Users can continue to use the customPatterns in the same way they are currently (no breaking changes). Or they can choose to use the new options to extend the default patterns with their own patterns.
This PR allows users to pass in a
patterns
table and aoverrideDefaults
boolean into thecustomPatterns
table. The changes are backwards compatible and type safe. Users can continue to use thecustomPatterns
in the same way they are currently (no breaking changes). Or they can choose to use the new options to extend the default patterns with their own patterns.