UNPKG
fannypack-v5
Version:
latest (5.0.0-rc.7)
5.0.0-rc.7
5.0.0-rc.0
An accessible, composable, and friendly React UI Kit
github.com/fannypackui
fannypackui/fannypack
fannypack-v5
/
ts
/
utils
/
pick.d.ts
2 lines
(1 loc)
•
62 B
TypeScript
View Raw
1
2
export
declare
const
pick
:
(
obj
:
any
, ...
props
:
any
[]
) =>
{};