Skip to content

Commit

Permalink
Merge branch 'mask-properties' of github.com:Siteimprove/alfa into ma…
Browse files Browse the repository at this point in the history
…sk-properties
  • Loading branch information
rcj-siteimprove committed Dec 12, 2024
2 parents 978b09f + d8618a9 commit 1136b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/review/api/alfa-style.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ export namespace Longhands {
//
// @internal
export namespace Resolver {
export function layers<V extends Value_2>(style: Style, name: "mask-image" | "background-image"): Mapper<List<V>, List<V>>;
export function layers(style: Style, name: "mask-image" | "background-image"): <V extends Value_2>(value: List<V>) => List<V>;
// (undocumented)
export function length(style: Style): Length.Resolver;
// (undocumented)
Expand Down

0 comments on commit 1136b8b

Please sign in to comment.