= {
render: (args) => {
return (
-
+
Colour
-
+
-
+
Spacing
-
+
-
- Typography
-
+
+ TypographyComponent
+
)
@@ -54,3 +54,48 @@ export const Root: StoryObj = {
args: {},
}
+
+export const Colors: StoryObj = {
+ render: (args) => {
+ return
+ },
+ parameters: {
+ docs: {
+ source: {
+ code: null,
+ },
+ },
+ },
+
+ args: {},
+}
+
+export const Spacing: StoryObj = {
+ render: (args) => {
+ return
+ },
+ parameters: {
+ docs: {
+ source: {
+ code: null,
+ },
+ },
+ },
+
+ args: {},
+}
+
+export const Typography: StoryObj = {
+ render: (args) => {
+ return
+ },
+ parameters: {
+ docs: {
+ source: {
+ code: null,
+ },
+ },
+ },
+
+ args: {},
+}