UNPKG

@rkosafo/cai.components

Version:

This package is under development and not ready for public use.

5 lines (4 loc) 204 B
import type { IndicatorProps } from '../../index.js'; declare const Indicator: import("svelte").Component<IndicatorProps, {}, "">; type Indicator = ReturnType<typeof Indicator>; export default Indicator;