UNPKG

payzli-ui-aryan

Version:

A custom react components library

5 lines (4 loc) 151 B
import React from "react"; import { IPopupSelect } from "../../models"; declare const PopupSelect: React.FC<IPopupSelect>; export default PopupSelect;