UNPKG

@fifteen/design-system-vue

Version:

Vue 3 (Composition API + Typescript) implementation of the Fifteen Design System

5 lines (4 loc) 222 B
export { default as FRouterLink } from './FRouterLink'; export { default as FButtonLink } from './FButtonLink'; export type { FRouterLinkProps } from './FRouterLink'; export type { FButtonLinkProps } from './FButtonLink';