UNPKG

@sjsf-lab/shadcn-extras-theme

Version:

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

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