UNPKG

shineout

Version:

A components library for React

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