UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

9 lines (8 loc) 215 B
export function getTableHeadingsBySelector( wrapperElement: HTMLElement | null, selector: string, ) { return wrapperElement ? Array.from(wrapperElement.querySelectorAll<HTMLElement>(selector)) : []; }