UNPKG

website-templates

Version:

A React component for an Website Templates styled with Tailwind CSS

5 lines (4 loc) 176 B
export type FSDataType = { filters: [[string, string, string]][] | [string, string, string][] | null; }; export declare function buildFSStr(givenData: FSDataType): string;