keycloak_theme/lib/tools/appendScriptInHead.d.ts

4 lines
79 B
TypeScript

export declare function appendScriptInHead(props: {
src: string;
}): void;