UNPKG

@icoms-detection/ui

Version:

This is the OFFICIAL UI library created by Icoms Detection to design their apps.

4 lines (3 loc) 121 B
import { FC } from "react"; import { ModalProps } from "../modal"; export declare const ModalExample: FC<ModalProps>;