pankod/refine

View on GitHub
packages/antd/src/components/themedLayout/types.ts

Summary

Maintainability
A
0 mins
Test Coverage
import type {
  RefineThemedLayoutSiderProps,
  RefineThemedLayoutHeaderProps,
  RefineThemedLayoutProps,
  RefineLayoutThemedTitleProps,
} from "@refinedev/ui-types";

export type {
  RefineLayoutThemedTitleProps,
  RefineThemedLayoutSiderProps,
  RefineThemedLayoutHeaderProps,
  RefineThemedLayoutProps,
};