We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0b34fb commit 3b920deCopy full SHA for 3b920de
npm/designsystem/src/components/StickyNote/styles.module.scss.d.ts
@@ -0,0 +1,19 @@
1
+export type Styles = {
2
+ 'sticky-note': string;
3
+ 'sticky-note__error-text': string;
4
+ 'sticky-note__footer': string;
5
+ 'sticky-note__header': string;
6
+ 'sticky-note__header__timestamp': string;
7
+ 'sticky-note__textarea': string;
8
+ 'sticky-note__triangle': string;
9
+ 'sticky-note__x-button': string;
10
+ 'sticky-note--error': string;
11
+ 'sticky-note--focused': string;
12
+ 'sticky-note--hovered': string;
13
+};
14
+
15
+export type ClassNames = keyof Styles;
16
17
+declare const styles: Styles;
18
19
+export default styles;
0 commit comments