Skip to content

Commit

Permalink
refactor(*): refactor some comments and exports
Browse files Browse the repository at this point in the history
hide GroupedRecords class from typedoc API doc and refactor
igx-drop-down-theme param comment

Closes #3483 #3484
  • Loading branch information
Aleksandyr committed Dec 19, 2018
1 parent 5223b84 commit 1b7e73e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/// @param {Color} $background-color [null] - The drop-down background color.
/// @param {Color} $header-text-color [null] - The drop-down header text color.
///
///@param {Color} $item-text-color [null] - The drop-down text color.
/// @param {Color} $item-text-color [null] - The drop-down text color.
/// @param {Color} $hover-item-text-color [null] - The drop-down hover text color.
///
/// @param {Color} $hover-item-background [null] - The drop-down hover item background color.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import { ISortingExpression } from './sorting-expression.interface';

/**
* @hidden
*/
export class GroupedRecords extends Array<any> {}

export interface IGroupByRecord {
Expand Down

0 comments on commit 1b7e73e

Please sign in to comment.