UNPKG

@gzued/antd-compiled

Version:

Pre-bundled Ant Design 4.x and related dependencies for @gzued packages

8 lines (7 loc) 214 B
import * as React from 'react'; export interface TitleProps { className: string; children: React.ReactNode; } declare function Panel({ className, children }: TitleProps): JSX.Element; export default Panel;