UNPKG

compote-ui

Version:

An opinionated UI component library for Svelte, built on top of [Ark UI](https://ark-ui.com) with additional components and features not available in the core Ark UI library.

5 lines (4 loc) 227 B
import type { FieldErrorTextProps } from './types'; declare const FieldErrorText: import("svelte").Component<FieldErrorTextProps, {}, "">; type FieldErrorText = ReturnType<typeof FieldErrorText>; export default FieldErrorText;