UNPKG
tweak-tools
Version:
latest (0.1.1)
0.1.1
0.1.0
Tweak your React projects until awesomeness
github.com/appeltje-c/tweak-tools
appeltje-c/tweak-tools
tweak-tools
/
dist
/
hooks
/
useVisiblePaths.d.ts
6 lines
(5 loc)
•
183 B
TypeScript
View Raw
1
2
3
4
5
6
import
type
{
StoreType
}
from
'../types'
;
/** * Hook used by the root component to get all visible inputs. */
export
declare
const
useVisiblePaths
:
(
store
:
StoreType
) =>
string
[];