The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/client/types/kadira-blaze-layout.d.ts

7 lines
246 B

declare module 'meteor/kadira:blaze-layout' {
namespace BlazeLayout {
function reset(): void;
function render(template: string, regions?: { [region: string]: string }): void;
function setRoot(selector: Element | string | null): void;
}
}