Skip to content

StyleManager

type StyleManager = {
get: (index: number) => JSFStyle | null;
};
PropertyType
get(index: number) => JSFStyle | null