UNPKG

@retriever-ui/system

Version:
7 lines (6 loc) 159 B
import { ReactNode } from 'react'; export interface ISystemProps { children?: ReactNode; } declare const System: () => JSX.Element; export default System;