Sha256: 0b56c0bc00e0e08b991c225760e751a22bd09b20ee206294883d494cc6870172

Contents?: true

Size: 436 Bytes

Versions: 1

Compression:

Stored size: 436 Bytes

Contents

module LucidPaper
  module Func
    module Mixin
      def self.included(base)
        base.include(::React::Component::Elements)
        base.include(::React::Component::Features)
        base.include(::LucidFunc::Initializer)
        base.include(::React::FunctionComponent::Api)
        base.extend(::LucidPaper::Func::NativeComponentConstructor)
        base.include(::LucidComponent::Api)
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
isomorfeus-react-16.13.12 lib/isomorfeus_react_paper/lucid_paper/func/mixin.rb