UNPKG

svantic

Version:

A set of Fomantic-UI components for Svelte framework

12 lines (10 loc) 323 B
import type { SvelteComponentTyped } from 'svelte' interface ValueProps {} /** * @description A statistic can contain a numeric, icon, image, or text value * @example * <Statistic> * <Statistic.Value>value</Statistic.Value> * </Statistic> */ export default class Value extends SvelteComponentTyped<ValueProps> {}