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