1.0.2 • Published 4 years ago

styled-components-native-types v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

This package provides TypeScript types for styled-components/native. See https://github.com/DefinitelyTyped/DefinitelyTyped/issues/33311 for why this is necessary.

Installation

Yarn:

yarn add styled-components-native-types

npm:

npm install styled-components-native-types

Usage

import 'styled-components-native-types';
import styled from 'styled-components/native';

styled.View`
  // TODO
`;
1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago