Skip to content

Commit bacc5a8

Browse files
authored
docs: Update documentation for input
1 parent 9c183b0 commit bacc5a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tiles/expandable-tile.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ export class ExpandableTile implements AfterViewInit {
7979
@Input() theme: "light" | "dark" = "dark";
8080

8181
/**
82-
* Set to `true` to expand by default
82+
* Controls the expanded state
8383
*/
8484
@Input() expanded = false;
8585
/**
86-
* Set to `true` to toggle interactive
86+
* Controls the interactive state
8787
*/
8888
@Input() interactive = false;
8989
/**

0 commit comments

Comments
 (0)