-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
// Custom
ymModulesNS : `require('ym').modules`
ymNS : `bem`
import bemDom from 'bem:i-bem-dom'
-> require('ym').modules.require('i-bem-dom', bemDom => {})
// Defaults
ymModulesNS : `modules`
ymNS : `ym`
import bemDom from 'ym:i-bem-dom'
-> modules.require('i-bem-dom', bemDom => {})
// Disable
ymModulesNS : null
ymNS : null
// Example
import bemDom from 'i-bem-dom'
-> require('i-bem-dom', bemDom => {})
Metadata
Metadata
Assignees
Labels
No labels