Template raw JSON view

This commit is contained in:
space-nuko
2023-05-25 16:43:59 -05:00
parent fecd06d3f4
commit e6b446079a
10 changed files with 300 additions and 51 deletions

View File

@@ -8,6 +8,7 @@ export type ModalButton = {
name: string,
variant: "primary" | "secondary",
onClick: (state: ModalData) => boolean | void,
disabled?: boolean,
closeOnClick?: boolean
}
export interface ModalData {