UNPKG

shineout

Version:

A components library for React

5 lines (4 loc) 186 B
/// <reference types="react" /> import type { CardGroupItemProps } from './item.type'; declare const _default: <V>(props: CardGroupItemProps<V>) => JSX.Element; export default _default;