Skip to content

StyleManager

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