Repository URL to install this package:
declare const userSelect: (item?: string | undefined) => string; declare const borderLine: any; export { borderLine, userSelect, }; export default borderLine;