Files
2026-03-13 19:23:37 +03:00

4 lines
200 B
TypeScript

import { PropsFor, SimpleStyleFunction } from "../style/index.js";
declare const shadows: SimpleStyleFunction<'boxShadow'>;
export type ShadowsProps = PropsFor<typeof shadows>;
export default shadows;