UNPKG

@nodeject/ui-components

Version:

UI library for non-trivial components

4 lines (3 loc) 148 B
import * as React from 'react'; import { PropsNodeButton } from '../NodeButtons'; export declare const DeleteButton: React.SFC<PropsNodeButton>;