| 2 | import { GarfishInstance } from './instance'; |
| 3 | |
| 4 | export interface CustomOptions { |
| 5 | loading: (loadingParams: { isLoading: boolean; error: Error }) => Element; |
| 6 | delay: number; |
| 7 | config?: interfaces.Config; |
| 8 | } |
| 9 | |
| 10 | export function generateCustomerElement( |
| 11 | htmlTag: string, |
nothing calls this directly
no outgoing calls
no test coverage detected