UNPKG

@ecoba-vn/tender-feature

Version:
8 lines (7 loc) 168 B
import { FC } from 'react'; declare type FrameProps = { title?: string; nav?: JSX.Element; }; declare const Frame: FC<FrameProps>; export default Frame;