import type { FieldCommonProps } from "../fields.js"; declare module "../../core/index.js" { interface SchemaValues { file: File; } } declare module "../components.js" { interface ComponentProps { nativeFileField: FieldCommonProps; } interface ComponentBindings { nativeFileField: "value"; } }