styled-components
Version:
CSS for the <Component> Age. Style components your way with speed, strong typing, and flexibility.
5 lines (4 loc) • 356 B
TypeScript
import styled from './constructors/styled';
export * from './base';
export { CSSProp, DefaultTheme, ExecutionContext, ExecutionProps, IStyledComponent, IStyledComponentFactory, IStyledStatics, PolymorphicComponent, PolymorphicComponentProps, RuleSet, Runtime, StyledObject, StyledOptions, WebTarget, } from './types';
export { styled, styled as default };