= {
const PrimitivesTemplate: Story = (args) => (
-
+
);
@@ -129,7 +129,7 @@ Formats.args = {
const DefaultValueTemplate: Story = (args) => (
-
+
);
@@ -143,7 +143,7 @@ const ThemedTemplate: Story = (args) => {
return (
-
+
);
@@ -196,7 +196,7 @@ const customTemplate = {
const FaqTemplate: Story = (args) => (
-
+
);
export const CustomTemplate = FaqTemplate.bind({});
@@ -210,7 +210,7 @@ const ControlledTemplate: Story = (args) => {
{JSON.stringify(schema, null, 2)}
- setSchema(updatedSchema)} {...args} />
+ setSchema(updatedSchema)} {...args} />
>
);