UNPKG

@fesjs/fes-design

Version:
9 lines (6 loc) 208 B
import './style'; import { withInstall } from '../_util/withInstall'; import Card from './card.js'; export { cardProps } from './props'; const FCard = withInstall(Card); export { FCard, FCard as default };