components / Variable

injectFlowbitePaginationState

No documentation has been provided.

Presentation

const injectFlowbitePaginationState: <
  U = {
    readonly paginationState: Signal<State<NgpPagination>>;
    readonly config: FlowbitePaginationConfig;
    readonly visiblePagesCount: Signal<number>;
    readonly firstPageToShow: Signal<number>;
    readonly visiblePages: Signal<number[]>;
    readonly pages: Signal<number[]>;
    readonly tabs: InputSignal<number>;
    readonly color: InputSignal<keyof FlowbitePaginationColors>;
    readonly size: InputSignal<keyof FlowbitePaginationSizes>;
    readonly customTheme: InputSignal<{
      host?:
        | { base?: string | undefined; transition?: string | undefined }
        | undefined;
      container?:
        | { base?: string | undefined; transition?: string | undefined }
        | undefined;
    }>;
    readonly theme: Signal<{
      host: { root: string };
      container: { root: string };
    }>;
    readonly state: CreatedState<Pagination>;
  },
>(
  injectOptions?: InjectOptions | undefined,
) => Signal<State<U>>;
Flowbite Logo Flowbite

© 2019-2025 Flowbite™ is a registered trademark. All Rights Reserved.