import { OnInit } from '@angular/core'; export declare class FsGapComponent implements OnInit { /** 間隔,單位:px * @default '8px' */ gap: string; /** 類型: * @param horizontal:左右 * @param vertical:上下 * @default 'horizontal' * @returns */ type: 'horizontal' | 'vertical'; constructor(); ngOnInit(): void; }