Skip to content

Commit

Permalink
add api report
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdholt committed Nov 20, 2020
1 parent 7d98dd0 commit e90c0b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/web-components/docs/api-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,10 @@ export class FluentButton extends Button {
}

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

0 comments on commit e90c0b8

Please sign in to comment.