UNPKG

@fesjs/fes-design

Version:
9 lines (8 loc) 363 B
import type { ExtractPublicPropTypes, SFCWithInstall } from '../_util/interface'; import Card from './card.vue'; import type { cardProps } from './props'; export { cardProps } from './props'; export type CardProps = ExtractPublicPropTypes<typeof cardProps>; type CardType = SFCWithInstall<typeof Card>; export declare const FCard: CardType; export default FCard;