@mi-avalon/libs 0.0.11 → 0.0.13

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.
@@ -0,0 +1,6 @@
1
+ import { ButtonProps } from 'antd';
2
+ import React from 'react';
3
+ export interface IMyButtonProps extends ButtonProps {
4
+ custom?: string;
5
+ }
6
+ export declare const MyButton: (props: IMyButtonProps) => React.JSX.Element;
@@ -1,6 +1 @@
1
- export { default as ItemRow } from './ItemsRow';
2
- export { default as MBreadcrumb } from './MBreadcrumb';
3
- export { default as MDescriptions } from './MDescriptions';
4
- export { default as MiModal } from './MiModal';
5
- export { default as MTable } from './MTable';
6
- export * from './ThemeContext';
1
+ export * from './MyButton';
package/dist/index.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- export * from './components';
2
1
  export * from './constants';
3
2
  export * from './hooks';
4
3
  export * from './utils';