UNPKG

@cs-open/react-fabric

Version:
39 lines 2.24 kB
export { default as ReactFabric } from './container/ReactFabric'; export type { ReactFabricProps } from './container/ReactFabric'; export { useReactFabric } from './hooks/useReactFabric'; export { useZoom } from './hooks/useZoom'; export { useStore, useStoreApi } from './hooks/useStore'; export { default as BackgroundImage } from './components/BackgroundImage'; export { default as Canvas } from './components/Canvas'; export { default as Group } from './components/Group'; export { default as NodeToolbarPortal } from './components/NodeToolbarPortal'; export { ReactFabricProvider } from './components/ReactFabricProvider'; export type { ReactFabricProviderProps } from './components/ReactFabricProvider'; export { default as Rect } from './components/Rect'; export type { RectProps } from './components/Rect'; export { default as Control } from './components/Control'; export type { ControlProps } from './components/Control'; export { default as Image } from './components/Image'; export type { ImageProps } from './components/Image'; export { default as Control2 } from './components/Control2'; export type { Control2Props } from './components/Control2'; export { default as Text } from './components/Text'; export type { TextProps } from './components/Text'; export { default as Path } from './components/Path'; export type { PathProps } from './components/Path'; export { default as Line } from './components/Line'; export type { LineProps } from './components/Line'; export { default as Ellipse } from './components/Ellipse'; export type { EllipseProps } from './components/Ellipse'; export { default as IText } from './components/IText'; export type { ITextProps } from './components/IText'; export { default as Textbox } from './components/Textbox'; export type { TextboxProps } from './components/Textbox'; export { default as Polyline } from './components/Polyline'; export type { PolylineProps } from './components/Polyline'; export { default as WavyLine } from './components/WavyLine'; export type { WavyLineProps } from './components/WavyLine'; export { default as Objects } from './components/Objects'; export type { ObjectsProps } from './components/Objects'; export * from './plugins'; //# sourceMappingURL=index.d.ts.map