5 lines
356 B
TypeScript
5 lines
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 };
|