ComponentRestrictions constructor

ComponentRestrictions({
  1. JSAny? country,
})

Implementation

external ComponentRestrictions({
  JSAny? /*(string|Array<string>)?*/ country,
});