UNPKG

oadp-material

Version:
11 lines (10 loc) 264 B
import * as React from 'react'; import './index.scss'; export interface OadpCardDividerProps { /** * 分割线是否向内缩进 */ inset?: boolean; } declare const OadpCardDivider: React.FC<OadpCardDividerProps>; export default OadpCardDivider;