Skip to content

Commit

Permalink
chore(abc:sv): fix sv-container type
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Jul 21, 2023
1 parent 12c2f86 commit a348f9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/abc/sv/sv-container.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export class SVContainerComponent {
static ngAcceptInputType_gutter: NumberInput;
static ngAcceptInputType_labelWidth: NumberInput;
static ngAcceptInputType_col: NumberInput;
static ngAcceptInputType_colInCon: NumberInput;
static ngAcceptInputType_default: BooleanInput;
static ngAcceptInputType_noColon: BooleanInput;

Expand Down

0 comments on commit a348f9f

Please sign in to comment.