source: trip-planner-front/node_modules/@angular/cdk/stepper/stepper-button.d.ts.map

Last change on this file was 6fe77af, checked in by Ema <ema_spirova@…>, 3 years ago

add location feature

  • Property mode set to 100644
File size: 1.1 KB
Line 
1{"version":3,"file":"stepper-button.d.ts","sources":["stepper-button.d.ts"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nimport { CdkStepper } from './stepper';\n/** Button that moves to the next step in a stepper workflow. */\nexport declare class CdkStepperNext {\n _stepper: CdkStepper;\n /** Type of the next button. Defaults to \"submit\" if not specified. */\n type: string;\n constructor(_stepper: CdkStepper);\n _handleClick(): void;\n}\n/** Button that moves to the previous step in a stepper workflow. */\nexport declare class CdkStepperPrevious {\n _stepper: CdkStepper;\n /** Type of the previous button. Defaults to \"button\" if not specified. */\n type: string;\n constructor(_stepper: CdkStepper);\n _handleClick(): void;\n}\n"]}
Note: See TracBrowser for help on using the repository browser.