Skip to content

Commit

Permalink
no options export yet for badge :(
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdholt committed Feb 14, 2023
1 parent e02b926 commit a9cf625
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "prerelease",
"comment": "update fast element and foundation versions and update reference to extend badge options",
"comment": "update fast element and foundation versions",
"packageName": "@fluentui/web-components",
"email": "chhol@microsoft.com",
"dependentChangeType": "patch"
Expand Down
5 changes: 3 additions & 2 deletions packages/web-components/src/badge/badge.options.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import { BadgeOptions, StaticallyComposableHTML, ValuesOf } from '@microsoft/fast-foundation';
import { StartEndOptions, StaticallyComposableHTML, ValuesOf } from '@microsoft/fast-foundation';
import type { Badge } from './badge.js';

/**
* @internal - marking as internal update when Badge PR for start/end is in
*/
export type BadgeOptions = BadgeOptions & {
export type BadgeOptions = StartEndOptions<Badge> & {
defaultContent?: StaticallyComposableHTML;
};

Expand Down

0 comments on commit a9cf625

Please sign in to comment.