Allan Chen a27736e717 feat(button): top level variant TS files
PiperOrigin-RevId: 397201951
2021-09-16 17:04:56 -07:00

11 lines
216 B
TypeScript

/**
* @license
* Copyright 2021 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
// Import the custom element definition side effect
import './lib/text-button';
export {TextButton} from './lib/text-button';