UNPKG

295 BTypeScriptView Raw
1/**
2 * Gets the markup wrap configuration for the supplied `nodeName`.
3 *
4 * NOTE: This lazily detects which wraps are necessary for the current browser.
5 */
6declare function getMarkupWrap(nodeName: string): any[] | null | undefined;
7
8declare namespace getMarkupWrap {}
9
10export = getMarkupWrap;