mirror of
https://github.com/rjNemo/federation
synced 2026-06-09 19:46:40 +00:00
5 lines
119 B
TypeScript
5 lines
119 B
TypeScript
declare const getLoadingMarkup: () => {
|
|
script: string;
|
|
container: string;
|
|
};
|
|
export default getLoadingMarkup;
|