UNPKG

petals-ui

Version:
8 lines (5 loc) 184 B
import { getComponentConfig } from '../../basic'; function getCardComponentName(): string { return getComponentConfig('card', 'name') || 'Card'; } export { getCardComponentName };