@types/fbjs
Version:
TypeScript definitions for fbjs
11 lines (8 loc) • 295 B
TypeScript
/**
* Gets the markup wrap configuration for the supplied `nodeName`.
*
* NOTE: This lazily detects which wraps are necessary for the current browser.
*/
declare function getMarkupWrap(nodeName: string): any[] | null | undefined;
declare namespace getMarkupWrap {}
export = getMarkupWrap;