UNPKG

@maherunlocker/custom-react-table

Version:
7 lines (6 loc) 281 B
import 'bootstrap/dist/css/bootstrap.min.css'; import React from 'react'; export declare type StyledLabelPropsType = { children: React.ReactNode; }; export declare const StyledLabel: import("styled-components").StyledComponent<"label", any, StyledLabelPropsType, never>;