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.

6 lines (5 loc) 289 B
import { PasswordInput } from '@ark-ui/svelte/password-input'; import type { PasswordInputProps } from './types'; declare const PasswordInput: import("svelte").Component<PasswordInputProps, {}, "value">; type PasswordInput = ReturnType<typeof PasswordInput>; export default PasswordInput;