chore(core): deprecate class and style funcs
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -55,7 +55,10 @@ export type CSSVars =
|
|||||||
|
|
||||||
export type ThemeVars = { [key in CSSVars]?: CSSProperties['color'] }
|
export type ThemeVars = { [key in CSSVars]?: CSSProperties['color'] }
|
||||||
export type Styles = CSSProperties & ThemeVars & CustomThemeVars
|
export type Styles = CSSProperties & ThemeVars & CustomThemeVars
|
||||||
|
/** @deprecated will be removed in the next major version */
|
||||||
export type ClassFunc<ElementType extends FlowElement = FlowElement> = (element: ElementType) => string | void
|
export type ClassFunc<ElementType extends FlowElement = FlowElement> = (element: ElementType) => string | void
|
||||||
|
|
||||||
|
/** @deprecated will be removed in the next major version */
|
||||||
export type StyleFunc<ElementType extends FlowElement = FlowElement> = (element: ElementType) => Styles | void
|
export type StyleFunc<ElementType extends FlowElement = FlowElement> = (element: ElementType) => Styles | void
|
||||||
|
|
||||||
/** Handle Positions */
|
/** Handle Positions */
|
||||||
|
|||||||
Reference in New Issue
Block a user