8000 update type import · gridaco/code@c05c18d · GitHub
[go: up one dir, main page]

Skip to content

Commit c05c18d

Browse files
update type import
1 parent a566441 commit c05c18d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/react/grida.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ const designSourceConfig = {
2525
},
2626
};
2727

28+
/**
29+
* @type {import('grida').GridaConfig}
30+
*/
31+
const config = {};
32+
2833
module.exports = {
2934
name: "react-example",
3035
designsource: designSourceConfig,

0 commit comments

Comments
 (0)
0