UNPKG

@fluid-topics/ft-typography

Version:

Typography components

6 lines (5 loc) 255 B
import { customElement } from "@fluid-topics/ft-wc-utils"; import { FtTypography } from "./ft-typography"; import { FtdsTypography } from "./ftds-typography"; customElement("ft-typography")(FtTypography); customElement("ftds-typography")(FtdsTypography);