Page MenuHomec4science

StyledComponent.d.ts
No OneTemporary

File Metadata

Created
Sun, Jul 20, 21:04

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