mirror of
https://github.com/morten-olsen/parcel.git
synced 2026-02-08 01:36:24 +01:00
init
This commit is contained in:
9
src/theme/index.tsx
Normal file
9
src/theme/index.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
const theme = {
|
||||
margin: {
|
||||
medium: 16,
|
||||
},
|
||||
};
|
||||
|
||||
export type Theme = typeof theme;
|
||||
|
||||
export default theme;
|
||||
Reference in New Issue
Block a user