Files
prod-wag-backend-automate-s…/WebServices/client-frontend/src/components/common/FormDisplay/index.ts

6 lines
133 B
TypeScript

// Export the main components
export { FormDisplay } from "./FormDisplay";
// Export types
export type { FormMode } from "./types";