|
@ -78,7 +78,7 @@ import { createNotifyHelpers, TIMEOUTS } from "@/utils/notify"; |
|
|
* - Responsive design with proper z-indexing |
|
|
* - Responsive design with proper z-indexing |
|
|
* - Smooth enter/leave animations |
|
|
* - Smooth enter/leave animations |
|
|
*/ |
|
|
*/ |
|
|
@Component |
|
|
@Component({ name: "ChoiceButtonDialog" }) |
|
|
export default class PromptDialog extends Vue { |
|
|
export default class PromptDialog extends Vue { |
|
|
$notify!: (notification: unknown, timeout?: number) => void; |
|
|
$notify!: (notification: unknown, timeout?: number) => void; |
|
|
notify!: ReturnType<typeof createNotifyHelpers>; |
|
|
notify!: ReturnType<typeof createNotifyHelpers>; |
|
|