UNPKG

react-web-native-sketch

Version:

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

9 lines (8 loc) 285 B
/// <reference types="react" /> import { StyleRules } from "../../utils/theme.types"; import { TableRowAction } from '../TableComponent/TableComponent.types'; export interface OwnProps { children: JSX.Element; containerStyle?: StyleRules; actions: Array<TableRowAction>; }