5 lines
191 B
TypeScript
5 lines
191 B
TypeScript
![]() |
import { ISkeletonBaseProps } from '../props';
|
||
|
export interface SkeletonInputProps extends ISkeletonBaseProps {
|
||
|
}
|
||
|
export declare const SkeletonInputDefaultProps: Partial<SkeletonInputProps>;
|