Home > @findkit/ui > Implementation
Implementation interface
Signature:
export interface Implementation
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| _init | typeof init | Internal. Do not use. | |
| css | (strings: TemplateStringsArray, ...expr: string[]) => string | ||
| h | (...args: any[]) => any | ||
| html | (strings: TemplateStringsArray, ...values: any[]) => any | ||
| preact | PreactFunctions | ||
| useCustomRouterData | typeof useCustomRouterDataImplementation | ||
| useGroups | typeof useGroupsImplementation | ||
| useInput | typeof useInput | ||
| useLang | typeof useLang | ||
| useLoading | typeof useLoadingImplementation | ||
| useParams | typeof useParamsImplementation | ||
| useResults | typeof useResults | ||
| useTerms | typeof useTermsImplementation | ||
| useTotal | typeof useTotalImplementation | ||
| useTotalHitCount | typeof useTotalHitCountImplementation | ||
| useTranslate | typeof useTranslateImplementation |