UNPKG
@plaso-design/pro-card
Version:
latest (2.5.32)
2.5.32
2.5.31
2.5.30
2.5.29
@plaso-design/pro-card
hongfei.hu.plaso.com.cn/pro-components-plaso/components/card
@plaso-design/pro-card
/
lib
/
components
/
Divider
/
style.d.ts
6 lines
(5 loc)
•
250 B
TypeScript
View Raw
1
2
3
4
5
6
/// <reference types="react" />
export
default
function
useStyle
(
prefixCls
:
string
): {
wrapSSR
:
(
node
:
import
(
"react"
).
ReactElement
<
any
,
string
|
import
(
"react"
).
JSXElementConstructor
<
any
>>
) =>
import
(
"react"
).
JSX
.
Element
;
hashId
:
string
; };