Files
pole-book/server/node_modules/@strapi/design-system/dist/components/Card/CardTimer.d.ts

7 lines
321 B
TypeScript

import * as React from 'react';
import { BoxProps } from '../../primitives/Box';
export interface CardTimerProps extends BoxProps {
children: React.ReactNode;
}
export declare const CardTimer: ({ children, ...props }: CardTimerProps) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=CardTimer.d.ts.map