UNPKG

@alexkang/react-native-dev-tools

Version:
9 lines (8 loc) 317 B
/// <reference types="react" /> interface IToolSectionProps { title: string; renderBeforeChildren?: () => JSX.Element; renderAfterChildren?: () => JSX.Element; } declare const ToolButton: ({ title, renderBeforeChildren, renderAfterChildren }: IToolSectionProps) => JSX.Element; export default ToolButton;