/// /** * Part properties interface definition */ export interface PartProperties { children: React.ReactNode; }