UNPKG

@rc-component/portal

Version:
7 lines 156 B
export let inline = false; export function inlineMock(nextInline) { if (typeof nextInline === 'boolean') { inline = nextInline; } return inline; }