UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

7 lines (6 loc) 370 B
import { BlockGalleryDialogLayoutSetting, BlockGalleryGeneralSetting, BlockTemplate } from "@omnia/fx-models"; export declare const useBlockGalleryFactory: () => { defaultBlockTemplate: () => BlockTemplate; defaultBlockGalleryDialogLayoutSetting: () => BlockGalleryDialogLayoutSetting; defaultBlockGalleryGeneralSetting: () => BlockGalleryGeneralSetting; };