import type { BoxProps, StackProps } from "@chakra-ui/react"; import type { CreateButtonProps, DeleteButtonProps, EditButtonProps, RefreshButtonProps, ListButtonProps, SaveButtonProps } from "../buttons/types"; import type { RefineCrudCreateProps, RefineCrudEditProps, RefineCrudListProps, RefineCrudShowProps } from "@refinedev/ui-types"; export type CreateProps = RefineCrudCreateProps; export type EditProps = RefineCrudEditProps; export type ListProps = RefineCrudListProps; export type ShowProps = RefineCrudShowProps; //# sourceMappingURL=types.d.ts.map