mirror of
https://github.com/archtechx/airwire-demo.git
synced 2025-12-12 08:34:03 +00:00
12 lines
No EOL
508 B
TypeScript
12 lines
No EOL
508 B
TypeScript
// This file is generated by Airwire
|
|
export const componentDefaults = {"report-filter":{"search":"","assignee":null,"category":null,"status":null,"reports":[]},"create-report":{"name":null,"assignee":null,"category":null},"create-user":{"name":"","email":"","password":"","password_confirmation":""}}
|
|
|
|
import Airwire from './../../vendor/archtechx/airwire/resources/js';
|
|
|
|
export default window.Airwire = new Airwire(componentDefaults)
|
|
|
|
declare global {
|
|
interface Window {
|
|
Airwire: Airwire
|
|
}
|
|
} |