snapflow-ui-kit 1.2.16 → 1.2.18

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.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Snapflow UI Kit
1
+ n# Snapflow UI Kit
2
2
 
3
3
  Библиотека React UI компонентов на TypeScript с Storybook документацией.
4
4
 
@@ -1,3 +1,3 @@
1
1
  import { PaginationProps } from './Pagination.type';
2
- declare const Pagination: ({ page, pageSize, totalPages, onPageChange, onPageSizeChange, siblings, showPageSizeSelect, pageSizeOptions, }: PaginationProps) => import("react/jsx-runtime").JSX.Element | null;
2
+ export declare const Pagination: ({ page, pageSize, totalPages, onPageChange, onPageSizeChange, siblings, showPageSizeSelect, pageSizeOptions, }: PaginationProps) => import("react/jsx-runtime").JSX.Element | null;
3
3
  export default Pagination;
@@ -1 +1,6 @@
1
1
  export * from './Pagination';
2
+ export * from './Pagination.type';
3
+ export * from './Pager';
4
+ export * from './Pager/Pager.types';
5
+ export * from './PageSizeSelect';
6
+ export * from './PageSizeSelect/PageSizeSelect.types';