rt-graphic-component/components/packages/Section/GPSection.d.ts
joylink_zhaoerwei 3c81ca8a83 重新打包
2024-01-11 13:38:16 +08:00

6 lines
185 B
TypeScript

import { JlSection as SectionBase } from './common/Section';
export declare class Section extends SectionBase {
constructor();
}
export { SectionTemplate } from './common/Section';