MCPcopy
hub / github.com/BuilderIO/agent-native / AppFormProps

Interface AppFormProps

packages/mobile-app/components/AppForm.tsx:44–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42];
43
44interface AppFormProps {
45 visible: boolean;
46 onClose: () => void;
47 onSave: (app: AppConfig) => void;
48 /** If provided, editing an existing app */
49 editApp?: AppConfig;
50}
51
52export default function AppForm({
53 visible,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected