UNPKG
dw-neit-style
Version:
latest (3.7.1-b4)
3.7.1-b4
3.7.1-b3
css-in-js solution for application combine with antd v5 token system and emotion
dw-neit-style
/
es
/
factories
/
createStyles
/
response.d.ts
9 lines
(8 loc)
•
315 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
type
{
BreakpointMapParams
,
ResponsiveMap
}
from
"../../types"
;
export
declare
const
useMediaQueryMap
:
() =>
ResponsiveMap
;
/** * 将响应式对象转换为字符串 *
@param
obj
*
@param
map
*/
export
declare
const
convertResponsiveStyleToString
:
(
obj
:
BreakpointMapParams
,
map
:
ResponsiveMap
) =>
any
;