diff --git a/Sources/SwiftYoga/Exports.swift b/Sources/SwiftYoga/Exports.swift index 215404e..f060fd3 100644 --- a/Sources/SwiftYoga/Exports.swift +++ b/Sources/SwiftYoga/Exports.swift @@ -1,12 +1,12 @@ @_exported import Foundation +@_exported import struct yoga.core.YGAlign @_exported import struct yoga.core.YGDirection +@_exported import struct yoga.core.YGDisplay @_exported import struct yoga.core.YGFlexDirection +@_exported import struct yoga.core.YGGutter @_exported import struct yoga.core.YGJustify -@_exported import struct yoga.core.YGAlign -@_exported import struct yoga.core.YGPositionType -@_exported import struct yoga.core.YGWrap @_exported import struct yoga.core.YGOverflow -@_exported import struct yoga.core.YGDisplay +@_exported import struct yoga.core.YGPositionType @_exported import struct yoga.core.YGValue -@_exported import struct yoga.core.YGGutter +@_exported import struct yoga.core.YGWrap