Skip to content

Commit

Permalink
Change files
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdholt committed May 3, 2022
1 parent d6998db commit c64e73a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "convert enums to const objects and add supported typings",
"packageName": "@microsoft/fast-components",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "convert enums to const objects and add supported typings",
"packageName": "@microsoft/fast-foundation",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export class Divider extends FoundationElement {
* The role of the element.
*
* @public
* @defaultValue - {@link DividerRole.separator}
* @defaultValue - {@link (DividerRole:const).separator}
* @remarks
* HTML Attribute: role
*/
Expand Down

0 comments on commit c64e73a

Please sign in to comment.