@factorialco/f0-react 1.273.0 → 1.273.1

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.
@@ -3897,7 +3897,7 @@ declare type OneFilterPickerRootProps<Definition extends FiltersDefinition> = {
3897
3897
 
3898
3898
  export declare const OneModal: OneModalComponent;
3899
3899
 
3900
- declare const OneModal_2: default_2.FC<OneModalProps>;
3900
+ declare const OneModal_2: FC<OneModalProps>;
3901
3901
 
3902
3902
  declare type OneModalComponent = typeof OneModal_2 & {
3903
3903
  Header: typeof OneModalHeader;
@@ -3945,7 +3945,7 @@ declare type OneModalProps = {
3945
3945
  contentPadding?: ContentPadding;
3946
3946
  position?: ModalPosition;
3947
3947
  /** Custom content to render in the modal. Only accepts OneModal.Header and OneModal.Content components */
3948
- children: default_2.ReactElement<ComponentProps<typeof OneModalHeader> | ComponentProps<typeof OneModalContent>> | default_2.ReactElement<ComponentProps<typeof OneModalHeader> | ComponentProps<typeof OneModalContent>>[];
3948
+ children: ReactElement<ComponentProps<typeof OneModalHeader> | ComponentProps<typeof OneModalContent>> | ReactElement<ComponentProps<typeof OneModalHeader> | ComponentProps<typeof OneModalContent>>[];
3949
3949
  } & Partial<Pick<TabsProps, "tabs" | "activeTabId" | "setActiveTabId">>;
3950
3950
 
3951
3951
  export declare function OnePagination({ totalPages, currentPage, onPageChange, showControls, ariaLabel, visibleRange, hasNextPage, disabled, }: OnePaginationProps): JSX_2.Element;