UNPKG

@sjsf-lab/shadcn-extras-theme

Version:

The shadcn-svelte-extras based theme for svelte-jsonschema-form

5 lines (4 loc) 237 B
import type { PasswordInputProps } from './types.js'; declare const PasswordInput: import("svelte").Component<PasswordInputProps, {}, "value" | "ref">; type PasswordInput = ReturnType<typeof PasswordInput>; export default PasswordInput;