MCPcopy
hub / github.com/infinitered/ignite / EmptyStatePresetItem

Interface EmptyStatePresetItem

boilerplate/app/components/EmptyState.tsx:106–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106interface EmptyStatePresetItem {
107 imageSource: ImageProps["source"]
108 heading: TextProps["text"]
109 content: TextProps["text"]
110 button: TextProps["text"]
111}
112
113/**
114 * A component to use when there is no data to display. It can be utilized to direct the user what to do next.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected