KC's Workspace
    Preparing search index...

    A value for the composes property from CSS modules.

    interface Composes {
        from?: Specifier | null;
        loc: Location;
        names: string[];
    }
    Index

    Properties

    Properties

    from?: Specifier | null

    Where the class names are composed from.

    The source location of the composes property.

    names: string[]

    A list of class names to compose.