We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2510fc commit 4a00c78Copy full SHA for 4a00c78
projects/dxc-ngx-cdk/src/lib/dxc-dialog/dxc-dialog.component.ts
@@ -14,22 +14,7 @@ import {
14
coerceNumberProperty,
15
} from "@angular/cdk/coercion";
16
import { BackgroundProviderService } from "../background-provider/service/background-provider.service";
17
-import { DialogProperties, Spacing } from "./dxc-dialog.types";
18
-
19
-type Space =
20
- | "xxsmall"
21
- | "xsmall"
22
- | "small"
23
- | "medium"
24
- | "large"
25
- | "xlarge"
26
- | "xxlarge";
27
-type Padding = {
28
- top?: Space;
29
- bottom?: Space;
30
- left?: Space;
31
- right?: Space;
32
-};
+import { DialogProperties, Space, Spacing } from "./dxc-dialog.types";
33
34
@Component({
35
selector: "dxc-dialog",
0 commit comments