UNPKG
@dotconnor/grommet
Version:
latest (2.16.2)
2.16.2
2.16.0
2.15.2
2.15.0
focus on the essential experience
grommet.io
grommet/grommet
@dotconnor/grommet
/
components
/
Main
/
stories
/
Main.stories.js
12 lines
(9 loc)
•
246 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
"use strict"
;
exports
.
__esModule
=
true
;
exports
[
"default"
] =
exports
.
Simple
=
void
0
;
var
_Simple =
require
(
"./typescript/Simple.tsx"
);
exports
.
Simple
= _Simple.
Simple
;
var
_default = {
title
:
'Layout/Main'
};
exports
[
"default"
] = _default;