@bigbinary/neetoui 4.4.27 → 5.0.0

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/index.d.ts CHANGED
@@ -301,11 +301,6 @@ export type LabelProps = {
301
301
  HTMLLabelElement
302
302
  > & { [key: string]: any };
303
303
 
304
- export type PageLoaderProps = { text?: string } & React.DetailedHTMLProps<
305
- React.HTMLAttributes<HTMLDivElement>,
306
- HTMLDivElement
307
- > & { [key: string]: any };
308
-
309
304
  export interface PaginationProps {
310
305
  pageSize: number;
311
306
  count: number;
@@ -642,7 +637,6 @@ export const Dropdown: React.FC<DropdownProps> & {
642
637
  export const MultiEmailInput: React.FC<MultiEmailInputProps>;
643
638
  export const Input: React.ForwardRefExoticComponent<InputProps>;
644
639
  export const Label: React.FC<LabelProps>;
645
- export const PageLoader: React.FC<PageLoaderProps>;
646
640
  export const Pagination: React.FC<PaginationProps>;
647
641
  export const Select: React.ForwardRefExoticComponent<SelectProps>;
648
642
  export const Spinner: React.FC<SpinnerProps>;