/** * ═══════════════════════════════════════════════════════════════ * Schema Adapter Examples * ═══════════════════════════════════════════════════════════════ * * This file demonstrates how to use each schema adapter with the * generic ViewModel factory. Uncomment the adapter you want to use. * * Each section is self-contained and shows: * 1. Schema definition * 2. Adapter creation * 3. ViewModel factory usage * 4. Basic VM usage * * Note: Not all schema libraries are installed as dependencies. * ✓ TypeBox — peer dependency of @wovin/core (available) * ✓ Zod — dependency of @wovin/core (available) * ✗ ArkType — NOT installed (example shown for pattern reference) * ✗ Typia — NOT installed (example shown for pattern reference) */ export declare function typeBoxExample(): void; export declare function zodExample(): void; export declare function arkTypePattern(): void; export declare function typiaPattern(): void; export declare function minimalNoSchemaExample(): void; //# sourceMappingURL=all-adapters.d.ts.map