Skip to content

Commit

Permalink
fix: add 'eq-container-slack' and 'gte-container-slack' to widthConst…
Browse files Browse the repository at this point in the history
…raint union type (#1105)

Co-authored-by: Lukas Nys <[email protected]>
  • Loading branch information
lukasnys and Lukas Nys authored Jul 2, 2024
1 parent 1b75484 commit 82026d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/components/ember-thead/component.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export interface EmberTheadArgs<RowType, ColumnType> {
/**
* Sets a constraint on the table's size, such that it must be greater than, less than, or equal to the size of the containing element.
*/
widthConstraint?: 'none' | 'eq-container' | 'gte-container' | 'lte-container';
widthConstraint?: 'none' | 'eq-container' | 'eq-container-slack' | 'gte-container' | 'gte-container-slack' | 'lte-container';
}

export interface EmberTheadSignature<
Expand Down

0 comments on commit 82026d9

Please sign in to comment.