UNPKG

kylin-ui-component

Version:

A React UI library for some developers to develop quickly

5 lines (4 loc) 187 B
import React from 'react'; import type { CardProps } from './type'; declare const Card: React.ForwardRefExoticComponent<CardProps & React.RefAttributes<HTMLDivElement>>; export { Card };