Skip to content

Commit

Permalink
Merge pull request #3578 from IgniteUI/rkolev/fix-3523-master
Browse files Browse the repository at this point in the history
Fixing comment structure - master
  • Loading branch information
rkaraivanov authored Jan 14, 2019
2 parents 5f18319 + 22597ae commit e08704b
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ export interface Transaction {
newValue: any;
}

/** @experimental @hidden */
/**
* @experimental
* @hidden
*/
export interface HierarchicalTransaction extends Transaction {
path: any[];
}
Expand All @@ -23,7 +26,10 @@ export interface State {
type: TransactionType;
}

/** @experimental @hidden */
/**
* @experimental
* @hidden
*/
export interface HierarchicalState extends State {
path: any[];
}
Expand Down

0 comments on commit e08704b

Please sign in to comment.