UNPKG

epn-ui

Version:

Дизайн система кабинета ВМ

10 lines (9 loc) 241 B
import React from 'react'; export interface IDocsPageProps { name: string; desctiption: string; cmp?: React.FC; children: React.ReactNode; } declare const DocsPage: React.FC<IDocsPageProps>; export default DocsPage;