10 lines
387 B
TypeScript
10 lines
387 B
TypeScript
![]() |
import React from "react";
|
||
|
import 'swiper/swiper-bundle.min.css';
|
||
|
import 'swiper/swiper.min.css';
|
||
|
import { NoticeGroup, TabsExampleState } from "./NoticeGroup";
|
||
|
export declare class NoticeBody extends React.Component<NoticeGroup, TabsExampleState, {}> {
|
||
|
state: TabsExampleState;
|
||
|
render(): JSX.Element;
|
||
|
private handleNavbarTabChange;
|
||
|
}
|
||
|
//# sourceMappingURL=NoticeBody.d.ts.map
|