UNPKG

@tantainnovative/ndpr-toolkit

Version:

Nigerian Data Protection Compliance Toolkit for implementing NDPR and DPA compliant features

6 lines 278 B
import React from 'react'; export interface SelectProps extends React.SelectHTMLAttributes<HTMLSelectElement> { } declare const Select: React.ForwardRefExoticComponent<SelectProps & React.RefAttributes<HTMLSelectElement>>; export { Select }; //# sourceMappingURL=Select.d.ts.map