UNPKG

react-web-native-sketch

Version:

[TODO: We need an overview of how this can be used via npm vs as a local package]

6 lines (5 loc) 137 B
import { StyleSheetClass } from "../../utils/theme.types"; export interface LinkProps { href: string; style?: StyleSheetClass; }