UNPKG

@onesy/ui-react

Version:
8 lines (7 loc) 191 B
import React from 'react'; import { IBaseElement } from '../types'; export declare type IPath = IBaseElement & { value?: any; }; declare const Path: React.FC<IPath>; export default Path;