UNPKG

docz-theme-default

Version:

The default theme of docz

6 lines (5 loc) 176 B
import { SFC } from 'react'; export interface ResizeProps { onChangeSize: (width: string, height: string) => void; } export declare const ResizeBar: SFC<ResizeProps>;