UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

10 lines (9 loc) 240 B
import * as React from 'react'; export interface CardGridProps { prefixCls?: string; style?: React.CSSProperties; className?: string; hoverable?: boolean; } declare const Grid: React.SFC<CardGridProps>; export default Grid;