UNPKG

tweak-tools

Version:

Tweak your React projects until awesomeness

6 lines (5 loc) 183 B
import type { StoreType } from '../types'; /** * Hook used by the root component to get all visible inputs. */ export declare const useVisiblePaths: (store: StoreType) => string[];