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
/
esm
/
components
/
SimpleGrid
/
utils.d.ts
4 lines
(3 loc)
•
281 B
TypeScript
View Raw
1
2
3
4
import
{
SimpleGridProps
}
from
'./SimpleGrid'
;
export
declare
const
widthToColumns
:
(
width
:
SimpleGridProps
[
'minWidth'
]
) =>
SimpleGridProps
[
'gridTemplateColumns'
];
export
declare
const
countToColumns
:
(
count
:
SimpleGridProps
[
'columns'
]
) =>
SimpleGridProps
[
'gridTemplateColumns'
];