UNPKG
v8-ui-product-cards
Version:
latest (0.0.1)
0.0.1
A product-card component lib for v8 storefront apps
v8-ui-product-cards
/
build
/
assets
/
styles
/
base
/
mediaQueries.d.ts
9 lines
(8 loc)
•
263 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
declare
type
bpKeyType =
'sm'
|
'md'
|
'lg'
|
'xl'
;
declare
const
_default
:
(
bpKey
: bpKeyType,
additionalConfig
?: { noUpper?:
boolean
; noLower?:
boolean
; altCondition?:
boolean
; upperLimit?:
boolean
; }
) =>
string
;
export
default
_default;