chore: minor fixes in css-module-stub

This commit is contained in:
alxshelepenok 2019-05-09 16:44:05 +03:00
parent d0c4809d8f
commit e59a4f9654

View File

@ -1,5 +1,4 @@
// @flow // @flow
type CSSModule = { type CSSModule = {
[key: string]: string, [key: string]: string,
}; };