UNPKG

payload

Version:

Node, React and MongoDB Headless CMS and Application Framework

8 lines 198 B
import React from 'react'; import './index.scss'; type Props = { label: string; }; declare const ListSelection: React.FC<Props>; export default ListSelection; //# sourceMappingURL=index.d.ts.map