rt-graphic-component/components/packages/Section/GPSection.d.ts

6 lines
185 B
TypeScript
Raw Normal View History

2024-01-11 13:38:16 +08:00
import { JlSection as SectionBase } from './common/Section';
export declare class Section extends SectionBase {
constructor();
}
export { SectionTemplate } from './common/Section';