pankod/refine

View on GitHub
packages/chakra-ui/src/components/themedLayout/types.ts

Summary

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

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