injectFlowbitePaginationLastState
No documentation has been provided.
Presentation
const injectFlowbitePaginationLastState : <
U = {
readonly config : FlowbitePaginationLastConfig ;
readonly color: InputSignal <keyof FlowbitePaginationLastColors >;
readonly size: InputSignal <keyof FlowbitePaginationLastSizes >;
readonly outline: InputSignalWithTransform <boolean, BooleanInput>;
readonly customTheme: InputSignal <{
host?:
| {
base?: string | undefined;
transition ?: string | undefined;
focus?: string | undefined;
disabled?: string | undefined;
size?:
| {
[x: string]: string | undefined;
xs?: string | undefined;
sm?: string | undefined;
md?: string | undefined;
lg?: string | undefined;
xl?: string | undefined;
}
| undefined;
colorOutline?:
| {
[x: string]:
| { light?: string | undefined; dark?: string | undefined }
| undefined;
warning?:
| { light?: string | undefined; dark?: string | undefined }
| undefined;
default?:
| { light?: string | undefined; dark?: string | undefined }
| undefined;
info?:
| { light?: string | undefined; dark?: string | undefined }
| undefined;
failure?:
| { light?: string | undefined; dark?: string | undefined }
| undefined;
success?:
| { light?: string | undefined; dark?: string | undefined }
| undefined;
primary?:
| { light?: string | undefined; dark?: string | undefined }
| undefined;
}
| undefined;
}
| undefined;
}>;
readonly theme: Signal <{ host: { root: string } }>;
readonly state : CreatedState<PaginationLast >;
},
>(
injectOptions?: InjectOptions | undefined,
) => Signal <State<U>>;