securityos/node_modules/styled-components/native/dist/constructors/createGlobalStyle.d.ts

4 lines
282 B
TypeScript
Raw Permalink Normal View History

2024-09-06 15:32:35 +00:00
import React from 'react';
import { ExecutionProps, Interpolation, Styles } from '../types';
export default function createGlobalStyle<Props extends object>(strings: Styles<Props>, ...interpolations: Array<Interpolation<Props>>): React.NamedExoticComponent<ExecutionProps & Props>;