- Preparing search index...
- The search index is not available
TESSA Web API
- styled<C>(component: C): ThemedStyledFunction<StyledComponentInnerComponent<C>, any, StyledComponentInnerOtherProps<C>, StyledComponentInnerAttrs<C>>
-
Type Parameters
-
C extends AnyStyledComponent
Returns ThemedStyledFunction<StyledComponentInnerComponent<C>, any, StyledComponentInnerOtherProps<C>, StyledComponentInnerAttrs<C>>
- styled<C>(component: C): ThemedStyledFunction<C, any, {}, never>
-
Type Parameters
-
C extends keyof IntrinsicElements | ComponentType<any>
Returns ThemedStyledFunction<C, any, {}, never>