Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(atomic): add Lit equivalent for
@MapProp
decorator (#4850)
## With Stencil ```.ts @MapProp() @prop() public dependsOn: Record<string, string> = {}; ``` ## With Lit ```.ts @MapProperty() @Property() public dependsOn: Record<string, string> = {}; ``` The new Lit decorator supports the same options (`splitValues`, `attributePrefix`) https://coveord.atlassian.net/browse/KIT-3830 --------- Co-authored-by: Louis Bompart <[email protected]> Co-authored-by: renovate-coveo[bot] <115253437+renovate-coveo[bot]@users.noreply.github.com> Co-authored-by: GitHub Actions Bot <> Co-authored-by: Frederic Beaudoin <[email protected]>
- Loading branch information