Rezi
    Preparing search index...

    Type Alias EmptyProps

    EmptyProps: Readonly<
        {
            action?: VNode;
            description?: string;
            icon?: string;
            key?: string;
            style?: TextStyle;
            title: string;
        },
    >

    Props for empty state widget. Displays a centered placeholder when content is empty.