react-video-timestone
Version:
A React component library for video timestone functionality
65 lines • 2.85 kB
TypeScript
export declare const container: string;
export declare const heroSection: string;
export declare const heroVideoBackground: string;
export declare const heroBackgroundVideo: string;
export declare const heroOverlay: string;
export declare const heroContent: string;
export declare const heroText: string;
export declare const heroTitle: string;
export declare const gradientText: string;
export declare const heroSubtitle: string;
export declare const heroFeatures: string;
export declare const featureBadge: string;
export declare const syncIndicator: string;
export declare const syncText: string;
export declare const syncLabel: string;
export declare const heroCtaButton: string;
export declare const heroLoadingOverlay: string;
export declare const heroLoadingContent: string;
export declare const heroProgressBar: string;
export declare const heroProgressFill: string;
export declare const main: string;
export declare const demoSection: string;
export declare const sectionTitle: string;
export declare const videoContainer: string;
export declare const video: string;
export declare const videoOverlay: string;
export declare const overlayContent: string;
export declare const overlayTitle: string;
export declare const overlayButton: string;
export declare const visible: string;
export declare const hidden: string;
export declare const controlsContainer: string;
export declare const controls: string;
export declare const controlGroup: string;
export declare const controlButton: string;
export declare const controlLabel: string;
export declare const codeSection: string;
export declare const codeSectionTitle: string;
export declare const featureGrid: string;
export declare const featureCard: string;
export declare const featureCardTitle: string;
export declare const featureCardText: string;
export declare const miniCode: string;
export declare const architectureSection: string;
export declare const architectureTitle: string;
export declare const codeExample: string;
export declare const loadingOverlay: string;
export declare const loadingContent: string;
export declare const loadingTitle: string;
export declare const loadingText: string;
export declare const progressBar: string;
export declare const progressFill: string;
export declare const heroControls: string;
export declare const heroControlsTitle: string;
export declare const progressSection: string;
export declare const progressContainer: string;
export declare const progressTrack: string;
export declare const progressPlaybackFill: string;
export declare const progressMarker: string;
export declare const progressTimeDisplay: string;
export declare const subtitleContainer: string;
export declare const subtitleText: string;
export declare const heroSubtitlePosition: string;
export declare const subtitleMarker: string;
//# sourceMappingURL=demo-app.css.d.ts.map