feat: add form and page platform
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import type { PageActionDefinition } from "../../../src/presentation/templates/index.js";
|
||||
|
||||
export const activeButtonWithoutCallback = {
|
||||
kind: "button",
|
||||
label: "Unsafe active action",
|
||||
} satisfies PageActionDefinition;
|
||||
Reference in New Issue
Block a user