UNPKG
@ntragas/pouncejstest
Version:
latest (1.0.0)
1.0.0
A collection of UI components from Panther labs
github.com/panther-labs/pounce
panther-labs/pounce
@ntragas/pouncejstest
/
dist
/
cjs
/
components
/
Flex
/
utils.d.ts
3 lines
(2 loc)
•
188 B
TypeScript
View Raw
1
2
3
import
{
FlexProps
}
from
'./Flex'
;
export
declare
const
useItemSpacingProps
:
(
spacing
:
FlexProps
[
'margin'
],
direction
:
FlexProps
[
'direction'
],
sx
:
FlexProps
[
'sx'
]
) =>
Partial
<
FlexProps
>;