UNPKG

@fluido/react-components

Version:
10 lines (9 loc) 263 B
/// <reference types="react" /> export interface SurfaceProps { className?: string; elevation?: number; radius?: number | string; [key: string]: any; } declare const Surface: React.FunctionComponent<SurfaceProps>; export default Surface;