0.2.2 • Published 2 months ago

@dopt/semantic-data-layer-modal v0.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

@dopt/semantic-data-layer-modal

An interface definition for Dopt's modal component.

export interface Modal {
  id: string;

  title: string | null | undefined;
  body: RichText | null | undefined;

  completeLabel: string | null | undefined;
  dismissLabel: string | null | undefined;

  active: boolean;

  completed: boolean;
  dismissed: boolean;

  complete: () => void;
  dismiss: () => void;
}
0.2.2

2 months ago

0.2.1

3 months ago

0.1.0

8 months ago

0.0.3

10 months ago

0.2.0

7 months ago

0.1.1

8 months ago

0.0.2

10 months ago

0.0.9

9 months ago

0.0.8

9 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.7

9 months ago

0.0.6

10 months ago

0.0.1

11 months ago