6 lines
185 B
TypeScript
6 lines
185 B
TypeScript
import { JlSection as SectionBase } from './common/Section';
|
|
export declare class Section extends SectionBase {
|
|
constructor();
|
|
}
|
|
export { SectionTemplate } from './common/Section';
|