UNPKG

119 BTypeScriptView Raw
1declare const getLoadingMarkup: () => {
2 script: string;
3 container: string;
4};
5export default getLoadingMarkup;