UNPKG

@fluid-topics/ft-typography

Version:

Typography components

7 lines (6 loc) 270 B
import { customElement } from "@fluid-topics/ft-wc-utils"; import { FtTypography } from "./ft-typography"; export * from "./ft-typography"; export * from "./ft-typography.styles"; export * from "./ft-typography.properties"; customElement("ft-typography")(FtTypography);