Plugins
anchor

form-layout
anchor

export type FbFormLayoutPlugin = Plugin & {
  type: "form-layout";
  layout: {
    name: string;
    title: string;
    component: React.ComponentType<any>;
  };
};