aboutsummaryrefslogtreecommitdiff
path: root/Sources/WmapParser/Inertia.swift
blob: e9be9c0c0a78e49c15b550083cb5b7c138354808 (plain)
1
2
3
4
/// Inertia associated with a component.
public struct Inertia: Sendable, Equatable {
  public let component: String
}