UNPKG

@anshsinghsonkhia/pumki-docgen

Version:

Private CLI to generate MDX docs from TSX components for pumki-ui

8 lines (7 loc) 184 B
export interface PropInfo { name: string; type: string; isOptional: boolean; defaultValue?: string; } export declare function parseProps(filePath: string): PropInfo[];