UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

9 lines (8 loc) 338 B
export * from "./ClickOut"; export type { FocusOption } from "./Focus"; export { FocusDirective } from "./Focus"; export * from "./Link"; export * from "./Scroll"; export { LinkHandlerDirective, registerLinkHandlerDirective } from "./LinkHandler"; export type { LinkHandlerOptions } from "./LinkHandler"; export * from "./IframeResizer";