4 lines
98 B
TypeScript
4 lines
98 B
TypeScript
import { PropsFor, shadows } from '../Box';
|
|
|
|
export type ShadowsProps = PropsFor<typeof shadows>;
|