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
/
helpers
/
folder.d.ts
3 lines
(2 loc)
•
205 B
TypeScript
View Raw
1
2
3
import
type
{
FolderInput
,
Schema
,
SchemaToValues
,
FolderSettings
}
from
'../types'
;
export
declare
function
folder<S
extends
Schema
>(
schema
: S,
settings
?:
FolderSettings
):
FolderInput
<
SchemaToValues
<S>>;