Skip to content

Commit b355f16

Browse files
himself65neSpeccilyamore88
authored
fix: strict css type (#2573)
Co-authored-by: Peter Savchenko <specc.dev@gmail.com> Co-authored-by: Ilya Maroz <37909603+ilyamore88@users.noreply.github.com>
1 parent bb2047c commit b355f16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/ui/toolbox.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ export default class Toolbox extends EventsDispatcher<ToolboxEventMap> {
106106

107107
/**
108108
* CSS styles
109-
*
110-
* @returns {Object<string, string>}
111109
*/
112-
private static get CSS(): { [name: string]: string } {
110+
private static get CSS(): {
111+
toolbox: string;
112+
} {
113113
return {
114114
toolbox: 'ce-toolbox',
115115
};

0 commit comments

Comments
 (0)