MCPcopy
hub / github.com/web-infra-dev/garfish / CustomOptions

Interface CustomOptions

packages/garfish/src/customElement.ts:4–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected