1.2.2 • Published 2 months ago

@dopt/semantic-data-layer-card v1.2.2

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

@dopt/semantic-data-layer-card

An interface definition for Dopt's card component.

export interface Card {
  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;
}
1.2.2

2 months ago

1.2.1

3 months ago

1.2.0

7 months ago

1.1.1

8 months ago

1.1.0

8 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

10 months ago