material-web/chips/internal/suggestion-chip.ts
Andrew Jakubowicz a8880f791b fix(chips)!: rename "lib" directory to "internal"
BREAKING CHANGE: Rename `@material/web/chips/lib` to `@material/web/chips/internal`. Prefer not using internal files.

PiperOrigin-RevId: 550044106
2023-07-21 14:02:06 -07:00

16 lines
316 B
TypeScript

/**
* @license
* Copyright 2023 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
import {AssistChip} from './assist-chip.js';
/**
* A suggestion chip component.
*/
export class SuggestionChip extends AssistChip {}
// Note: assist and suggestion chips are functionally identical with different
// tokens.