@jsonui/functions-example 0.3.0 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,2 +0,0 @@
1
- import axios from 'axios';
2
- export default axios;
@@ -1,2 +0,0 @@
1
- import axios from './functions/axios';
2
- export { axios };
@@ -1,5 +0,0 @@
1
- import React from 'react';
2
- import { ComponentStory, ComponentMeta } from '@storybook/react';
3
- declare const AxiosStory: ComponentMeta<typeof React.Component>;
4
- export declare const Axios: ComponentStory<typeof React.Component>;
5
- export default AxiosStory;
@@ -1,5 +0,0 @@
1
- import React from 'react';
2
- import { ComponentStory, ComponentMeta } from '@storybook/react';
3
- declare const TextFieldStory: ComponentMeta<typeof React.Component>;
4
- export declare const AxiosFormDataSend: ComponentStory<typeof React.Component>;
5
- export default TextFieldStory;