UNPKG

@maherunlocker/custom-react-table

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