Skip to content

Commit

Permalink
Update api files (#8477)
Browse files Browse the repository at this point in the history
* update api files

* change files
  • Loading branch information
natalieethell authored and ecraig12345 committed Mar 26, 2019
1 parent 33e51e9 commit f1d7bb3
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 75 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "@uifabric/merge-styles",
"comment": "update API file",
"type": "patch"
}
],
"packageName": "@uifabric/merge-styles",
"email": "[email protected]"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "@uifabric/utilities",
"comment": "update API file",
"type": "patch"
}
],
"packageName": "@uifabric/utilities",
"email": "[email protected]"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "office-ui-fabric-react",
"comment": "update API file",
"type": "patch"
}
],
"packageName": "office-ui-fabric-react",
"email": "[email protected]"
}
1 change: 0 additions & 1 deletion packages/merge-styles/etc/merge-styles.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ export function setRTL(isRTL: boolean): void;

// @public
export class Stylesheet {
// (undocumented)
constructor(config?: IStyleSheetConfig);
argsFromClassName(className: string): IStyle[] | undefined;
cacheClassName(className: string, key: string, args: IStyle[], rules: string[]): void;
Expand Down
Loading

0 comments on commit f1d7bb3

Please sign in to comment.