6 lines
133 B
TypeScript
6 lines
133 B
TypeScript
// Export the main components
|
|
export { FormDisplay } from "./FormDisplay";
|
|
|
|
// Export types
|
|
export type { FormMode } from "./types";
|