| 104 | } |
| 105 | |
| 106 | interface 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. |
nothing calls this directly
no outgoing calls
no test coverage detected