ValyrianComponent
Type. Union of public component shapes.
Table of contents
Category
Type
Type import
tsimport type { ValyrianComponent } from "valyrian.js";Public signature
tstype ValyrianComponent = Component | POJOComponent;Type usage
ValyrianComponent is the union accepted wherever either public component shape is valid.