aboutsummaryrefslogtreecommitdiffstats
path: root/packages/theme/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'packages/theme/README.md')
-rw-r--r--packages/theme/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/theme/README.md b/packages/theme/README.md
new file mode 100644
index 000000000..6f9cc406b
--- /dev/null
+++ b/packages/theme/README.md
@@ -0,0 +1,11 @@
1# `theme`
2
3> TODO: description
4
5## Usage
6
7```
8const theme = require('theme');
9
10// TODO: DEMONSTRATE API
11```