Skip to content

Commit 8e18079

Browse files
authored
docs(density): mark extra api as internal as intended (#14381)
1 parent 9f8dd79 commit 8e18079

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/igniteui-angular/src/lib/core/density.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ export class DisplayDensityBase implements DoCheck, OnInit {
193193

194194
/**
195195
* Sets the `--component-size` CSS variable based on the value of Display Density
196+
* @hidden @internal
196197
*/
197198
public getComponentSizeStyles() {
198199
switch (this._displayDensity || this.oldDisplayDensityOptions.displayDensity) {

0 commit comments

Comments
 (0)