UNPKG

@3mo/dialog

Version:

A dialog component based on Material Web Components.

4 lines (3 loc) 172 B
export const getContentTemplate = (context, content, defaultValue = '') => { return typeof content === 'function' ? content.call(context) : content ?? defaultValue; };