Page MenuHomec4science

StyledComponent.d.ts
No OneTemporary

File Metadata

Created
Tue, Jul 22, 10:20

StyledComponent.d.ts

import type { IStyledComponentFactory, RuleSet, StyledOptions, WebTarget } from '../types';
declare function createStyledComponent<Target extends WebTarget, OuterProps extends {}, Statics = unknown>(target: Target, options: StyledOptions<'web', OuterProps>, rules: RuleSet<OuterProps>): ReturnType<IStyledComponentFactory<'web', Target, OuterProps, Statics>>;
export default createStyledComponent;

Event Timeline