UNPKG

jsx-slack

Version:

Build JSON object for Slack Block Kit surfaces from JSX

8 lines (7 loc) 288 B
export interface LayoutBlockProps { /** A string of unique identifier for the layout block. */ blockId?: string; /** A HTML-compatible alias into `blockId` prop. */ id?: string; } export declare const generateInputValidator: (from: string) => (element: unknown) => never;