UNPKG

@rkosafo/cai.components

Version:

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

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