saltfish
Version:
An interactive video-guided tour system for web applications
14 lines • 389 B
TypeScript
/**
* Main style bundle for Saltfish playlist Player
* Provides functions to get CSS as a string
*/
/**
* Returns all styles as a single string
*/
export declare const getAllStyles: () => string;
/**
* Returns only player styles as a single string
* Useful for a more minimal implementation
*/
export declare const getPlayerStyles: () => string;
//# sourceMappingURL=index.d.ts.map