Style
/ API Reference / TypesStyle
/ API Reference / TypesT_Style
import { CSSProperties } from 'react'
type T_Style = CSSProperties & {
[key: `--${string}`]: any
}
© 2024-present Robin Weser. All Rights Reserved.
import { CSSProperties } from 'react'
type T_Style = CSSProperties & {
[key: `--${string}`]: any
}