UNPKG

oadp-material

Version:
11 lines (10 loc) 269 B
import * as React from 'react'; import './index.scss'; export interface OadpCardContentProps { /** * 设置标签类型 */ component?: React.ElementType; } declare const OadpCardContent: React.FC<OadpCardContentProps>; export default OadpCardContent;