Skip to content

Commit

Permalink
Extract API
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 18, 2023
1 parent f4e4d43 commit cba5c73
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/review/api/alfa-css.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ export namespace Image {
parse: Parser<Image>;
}

// Warning: (ae-forgotten-export) The symbol "Corner" needs to be exported by the entry point index.d.ts
// Warning: (ae-forgotten-export) The symbol "Corner_2" needs to be exported by the entry point index.d.ts
// Warning: (ae-forgotten-export) The symbol "HasCalculation" needs to be exported by the entry point index.d.ts
//
// @public (undocumented)
Expand Down Expand Up @@ -998,9 +998,7 @@ export namespace Length {
}

// @public (undocumented)

export type LengthPercentage<U extends Unit.Length = Unit.Length, CALC extends boolean = boolean> = CALC extends true ? LengthPercentage.Calculated | Length.Calculated | Percentage.Calculated : CALC extends false ? Length.Fixed<U> | Percentage.Fixed : LengthPercentage.Calculated | Length.Calculated | Percentage.Calculated | Length.Fixed<U> | Percentage.Fixed;

export type LengthPercentage<U extends Unit.Length = Unit.Length> = LengthPercentage.Calculated | Length.Calculated | Percentage.Calculated | Length.Fixed<U> | Percentage.Fixed;

// @public (undocumented)
export namespace LengthPercentage {
Expand Down

0 comments on commit cba5c73

Please sign in to comment.