inout.d.ts 423 B

12345678
  1. import { PortLabelLayout } from './index';
  2. export interface InOutArgs extends PortLabelLayout.CommonOptions {
  3. offset?: number;
  4. }
  5. export declare const outside: PortLabelLayout.Definition<InOutArgs>;
  6. export declare const outsideOriented: PortLabelLayout.Definition<InOutArgs>;
  7. export declare const inside: PortLabelLayout.Definition<InOutArgs>;
  8. export declare const insideOriented: PortLabelLayout.Definition<InOutArgs>;