A type for a binding that is available in the editor but whose type is unknown—either one of the editor's default bindings or else a custom binding.
type TLUnknownBinding = TLBaseBinding<string, object>
We use cookies on this website. Learn more in our Cookie Policy.