SettableProps<R>: {
    style?: SettableStyle;
} & Partial<Omit<R, "style" | ReadonlyKeys<R>>>

Type Parameters

  • R extends HTMLElement