@flatfile/angular-sdk
Version:
Flatfile SDK for Angular
18 lines (17 loc) • 769 B
TypeScript
import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export type SpaceCloseModalPropsType = {
onConfirm: () => void;
onCancel: () => void;
exitText: string | undefined;
exitTitle: string | undefined;
exitPrimaryButtonText: string | undefined;
exitSecondaryButtonText: string | undefined;
};
export declare class SpaceCloseModal implements OnInit {
title: string;
spaceCloseModalProps: SpaceCloseModalPropsType;
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<SpaceCloseModal, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SpaceCloseModal, "space-close-modal", never, { "spaceCloseModalProps": { "alias": "spaceCloseModalProps"; "required": true; }; }, {}, never, never, false, never>;
}