UNPKG

styled-components

Version:

CSS for the <Component> Age. Style components your way with speed, strong typing, and flexibility.

11 lines (10 loc) 333 B
import * as stylis from 'stylis'; import { Stringifier } from '../types'; export type ICreateStylisInstance = { options?: { namespace?: string; prefix?: boolean; }; plugins?: stylis.Middleware[]; }; export default function createStylisInstance({ options, plugins, }?: ICreateStylisInstance): Stringifier;