We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb60255 commit c2369e1Copy full SHA for c2369e1
1 file changed
libs/design/src/atoms/form/hint/hint.component.ts
@@ -12,5 +12,8 @@ import {
12
standalone: true,
13
})
14
export class DaffHintComponent {
15
+ /**
16
+ * @docs-private
17
+ */
18
@HostBinding('class.daff-hint') class = true;
19
}
0 commit comments