Skip to content

Commit 3b920de

Browse files
committed
chore: bygget dts
1 parent c0b34fb commit 3b920de

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)