UNPKG

@devlander/styled-components-theme

Version:

Devlander's team utilizes this package during the development of their React Native projects. Its primary purpose is to facilitate code reuse by sharing types across multiple projects that uses the styled-components library.

5 lines (4 loc) 197 B
import { CSSProperties } from "react"; import { SecureInputProps } from "../../shared/types/secure-input-props"; export interface SecureInputPropsForWeb extends SecureInputProps<CSSProperties> { }