Skip to content

Commit

Permalink
update api report
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasrice committed Oct 14, 2020
1 parent 94a68be commit c8bc6d5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/web-components/docs/api-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,8 @@ export class FluentButton extends Button {
}

// @public
export class FluentCard extends FluentDesignSystemProvider implements Pick<DesignSystem, 'backgroundColor' | 'neutralPalette'> {
export class FluentCard extends DesignSystemProvider implements Pick<DesignSystem, 'backgroundColor' | 'neutralPalette'> {
backgroundColor: string;
// (undocumented)
protected backgroundColorChanged(): void;
cardBackgroundColor: string;
// (undocumented)
connectedCallback(): void;
Expand Down

0 comments on commit c8bc6d5

Please sign in to comment.