UNPKG

@fluid-topics/ft-button

Version:

A generic Fluid Topics tag

12 lines (11 loc) 439 B
import { customElement } from "@fluid-topics/ft-wc-utils"; import { FtButton } from "./ft-button"; import { FtdsButton } from "./ftds-button"; export * from "./ft-button"; export * from "./ft-button.styles"; export * from "./ft-button.properties"; export * from "./ftds-button"; export * from "./ftds-button.styles"; export * from "./ftds-button.properties"; customElement("ft-button")(FtButton); customElement("ftds-button")(FtdsButton);