ic
This commit is contained in:
8
dist/Card/Card.d.ts
vendored
Normal file
8
dist/Card/Card.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import React from 'react';
|
||||
export interface CardProps {
|
||||
children: React.ReactNode;
|
||||
className?: string;
|
||||
padding?: 'none' | 'sm' | 'md' | 'lg';
|
||||
}
|
||||
export declare const Card: React.FC<CardProps>;
|
||||
export default Card;
|
||||
Reference in New Issue
Block a user