pankod/refine

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

Summary

Maintainability
A
0 mins
Test Coverage
import type {
  RefineLayoutSiderProps,
  RefineLayoutHeaderProps,
  RefineLayoutLayoutProps,
} from "@refinedev/ui-types";

export type {
  RefineLayoutSiderProps,
  RefineLayoutHeaderProps,
  RefineLayoutLayoutProps,
};