Preview: StyledComponent.d.ts
Size: 440 B
/home/byroehnu/.trash/node_modules11/styled-components/dist/models/StyledComponent.d.ts
import type { BaseObject, IStyledComponentFactory, RuleSet, StyledOptions, WebTarget } from '../types';
declare function createStyledComponent<Target extends WebTarget, OuterProps extends BaseObject, Statics extends BaseObject = BaseObject>(target: Target, options: StyledOptions<'web', OuterProps>, rules: RuleSet<OuterProps>): ReturnType<IStyledComponentFactory<'web', Target, OuterProps, Statics>>;
export default createStyledComponent;
Directory Contents
Dirs: 0 × Files: 9